#2eff38

Color #2EFF38 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2EFF38

Tints of Lime Green #2EFF38

Color information

#2EFF38 (or 0x2EFF38) is unknown color: approx Lime Green. HEX triplet: 2E, FF and 38. RGB value is (46,255,56). Sum of RGB (Red+Green+Blue) = 46+255+56=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF38 is #D100C7. Grayscale: #AAAAAA. Windows color (decimal): -13697224 or 3735342. OLE color: 3735342.

HSL color Cylindrical-coordinate representation of color #2EFF38: hue angle of 122.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF38 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB4625556-
CMYK0.8200.780
HSL122.87º100%59.02%-
HSV(B)122.87º81.96%100%-
XYZ37.672.3915.73-
YUV169.8263.7639.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 255 (100% from 255) = 71.43%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=12.89%
G=71.43%
B=15.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46255560.8200.780122.8710059.02
Hex2EFF385204E07b643b
Octal56377701220116017314473
Binary10111011111111111000101001001001110011110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eff38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2eff38; }

 p { color: rgb(46,255,56); }

 H1.HeaderClassName
 {
   color: #2eff38;
 }
 .AnyTagClassName
 {
   color: #2eff38;
 }
</style>
background-color css

<style>
 a { background-color: #2eff38; }

 a { background-color: rgb(46,255,56); }

 div.DivClassName
 {
   background-color: #2eff38;
 }
 .BgClassName
 {
   background-color: #2eff38;
 }
</style>
border-color css

<style>
 span { border-color: #2eff38; }

 span { border-color: rgb(46,255,56); }

 td.TdClassName
 {
   border-color: #2eff38;
 }
 .TagClassName
 {
   border-color: #2eff38;
 }
</style>