Html Css Color HEX #29CB2F Lime Green

📋 copy color: '#29CB2F'

red 41 ◦ green 203 ◦ blue 47

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

Shades of Lime Green #29CB2F

Tints of Lime Green #29CB2F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 69.76%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 14.09%
G = 69.76%
B = 16.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#29CB2F (or 0x29CB2F) is known color: Lime Green. HEX triplet: 29, CB and 2F. RGB value is (41,203,47). Sum of RGB (Red+Green+Blue) = 41+203+47=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB2F is #D634D0. Grayscale: #898989. Windows color (decimal): -14038225 or 3132201. OLE color: 3132201.

HSL color Cylindrical-coordinate representation of color #29CB2F: hue angle of 122.22º degrees, saturation: 0.66, 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 #29CB2F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 203 47 -
CMYK 0.80 0 0.77 0.20
HSL 122.22º 0.66% 0.48% -
HSV(B) 122.22º 0.8% 0.8% -
XYZ 22.78 43.39 9.86 -
YUV 136.78 77.33 59.68 -
System Red Green Blue C M Y K H S L
Decimal 41 203 47 0.80 0 0.77 0.20 122.22 0.66 0.48
Hex 29 CB 2F 50 0 4D 14 7A 42 30
Octal 51 313 57 120 0 115 24 172 102 60
Binary 101001 11001011 101111 1010000 0 1001101 10100 1111010 1000010 110000

Color Harmonies of #29CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CB2F

Black with #29CB2F

Text Example


Text Example

White with #29CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29CB2F; }

 p { color: rgb(41,203,47); }

 H1.HeaderClassName
 {
   color: #29CB2F;
 }
 .AnyTagClassName
 {
   color: #29CB2F;
 }
</style>

background-color css

<style>
 a { background-color: #29CB2F; }

 a { background-color: rgb(41,203,47); }

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

border-color css

<style>
 span { border-color: #29CB2F; }

 span { border-color: rgb(41,203,47); }

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