Html Css Color HEX #2ECC29 Lime Green

📋 copy color: '#2ECC29'

red 46 ◦ green 204 ◦ blue 41

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

Shades of Lime Green #2ECC29

Tints of Lime Green #2ECC29

RGB

 RED value IS 46 (18.36% from 255) = 15.81%

 GREEN value IS 204 (80.08% from 255) = 70.1%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 15.81%
G = 70.1%
B = 14.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#2ECC29 (or 0x2ECC29) is known color: Lime Green. HEX triplet: 2E, CC and 29. RGB value is (46,204,41). Sum of RGB (Red+Green+Blue) = 46+204+41=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC29 is #D133D6. Grayscale: #8A8A8A. Windows color (decimal): -13710295 or 2739246. OLE color: 2739246.

HSL color Cylindrical-coordinate representation of color #2ECC29: hue angle of 118.16º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECC29 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 41 -
CMYK 0.77 0 0.80 0.2
HSL 118.16º 0.67% 0.48% -
HSV(B) 118.16º 0.8% 0.8% -
XYZ 23.12 43.93 9.36 -
YUV 138.18 73.15 62.25 -
System Red Green Blue C M Y K H S L
Decimal 46 204 41 0.77 0 0.80 0.2 118.16 0.67 0.48
Hex 2E CC 29 4D 0 50 14 76 43 30
Octal 56 314 51 115 0 120 24 166 103 60
Binary 101110 11001100 101001 1001101 0 1010000 10100 1110110 1000011 110000

Color Harmonies of #2ECC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC29

Black with #2ECC29

Text Example


Text Example

White with #2ECC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,204,41); }

 H1.HeaderClassName
 {
   color: #2ECC29;
 }
 .AnyTagClassName
 {
   color: #2ECC29;
 }
</style>

background-color css

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

 a { background-color: rgb(46,204,41); }

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

border-color css

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

 span { border-color: rgb(46,204,41); }

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