#2EC04A

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

Shades of Lime Green #2EC04A

Tints of Lime Green #2EC04A

Color information

#2EC04A (or 0x2EC04A) is unknown color: approx Lime Green. HEX triplet: 2E, C0 and 4A. RGB value is (46,192,74). Sum of RGB (Red+Green+Blue) = 46+192+74=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC04A is #D13FB5. Grayscale: #878787. Windows color (decimal): -13713334 or 4898862. OLE color: 4898862.

HSL color Cylindrical-coordinate representation of color #2EC04A: hue angle of 131.51º 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 #2EC04A is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB4619274-
CMYK0.7600.610.25
HSL131.51º61.34%46.67%-
HSV(B)131.51º76.04%75.29%-
XYZ21.2138.7712.84-
YUV134.8993.6364.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.74%
GREEN value IS 192 (75.39% from 255) = 61.54%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=14.74%
G=61.54%
B=23.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46192740.7600.610.25131.5161.3446.67
Hex2EC04A4C03D19843d2f
Octal56300112114075312047557
Binary101110110000001001010100110001111011100110000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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