#2EC04C

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

Shades of Lime Green #2EC04C

Tints of Lime Green #2EC04C

Color information

#2EC04C (or 0x2EC04C) is unknown color: approx Lime Green. HEX triplet: 2E, C0 and 4C. RGB value is (46,192,76). Sum of RGB (Red+Green+Blue) = 46+192+76=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC04C is #D13FB3. Grayscale: #878787. Windows color (decimal): -13713332 or 5029934. OLE color: 5029934.

HSL color Cylindrical-coordinate representation of color #2EC04C: hue angle of 132.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC04C is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB4619276-
CMYK0.7600.600.25
HSL132.33º61.34%46.67%-
HSV(B)132.33º76.04%75.29%-
XYZ21.2838.813.21-
YUV135.1294.6364.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=14.65%
G=61.15%
B=24.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46192760.7600.600.25132.3361.3446.67
Hex2EC04C4C03C19843d2f
Octal56300114114074312047557
Binary101110110000001001100100110001111001100110000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,192,76); }

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

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

 a { background-color: rgb(46,192,76); }

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

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

 span { border-color: rgb(46,192,76); }

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