Html Css Color HEX #2EC04C Lime Green

📋 copy color: '#2EC04C'

red 46 ◦ green 192 ◦ blue 76

#2EC04C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2EC04C

Tints of Lime Green #2EC04C

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.2%

R = 14.65%
G = 61.15%
B = 24.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#2EC04C (or 0x2EC04C) is known color: 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

RGB 46 192 76 -
CMYK 0.76 0 0.60 0.25
HSL 132.33º 0.61% 0.47% -
HSV(B) 132.33º 0.76% 0.75% -
XYZ 21.28 38.8 13.21 -
YUV 135.12 94.63 64.43 -
System Red Green Blue C M Y K H S L
Decimal 46 192 76 0.76 0 0.60 0.25 132.33 0.61 0.47
Hex 2E C0 4C 4C 0 3C 19 84 3D 2F
Octal 56 300 114 114 0 74 31 204 75 57
Binary 101110 11000000 1001100 1001100 0 111100 11001 10000100 111101 101111

Color Harmonies of #2EC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC04C

Black with #2EC04C

Text Example


Text Example

White with #2EC04C

Text Example


Text Example

HTML Codes & Css Web 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>