Html Css Color HEX #29CF0F Lime Green

📋 copy color: '#29CF0F'

red 41 ◦ green 207 ◦ blue 15

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

Shades of Lime Green #29CF0F

Tints of Lime Green #29CF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.71%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 15.59%
G = 78.71%
B = 5.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#29CF0F (or 0x29CF0F) is known color: Lime Green. HEX triplet: 29, CF and 0F. RGB value is (41,207,15). Sum of RGB (Red+Green+Blue) = 41+207+15=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CF0F is #D630F0. Grayscale: #888888. Windows color (decimal): -14037233 or 1036073. OLE color: 1036073.

HSL color Cylindrical-coordinate representation of color #29CF0F: hue angle of 111.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29CF0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 207 15 -
CMYK 0.80 0 0.93 0.19
HSL 111.88º 0.86% 0.44% -
HSV(B) 111.88º 0.93% 0.81% -
XYZ 23.31 45.13 7.93 -
YUV 135.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 41 207 15 0.80 0 0.93 0.19 111.88 0.86 0.44
Hex 29 CF F 50 0 5D 13 70 56 2C
Octal 51 317 17 120 0 135 23 160 126 54
Binary 101001 11001111 1111 1010000 0 1011101 10011 1110000 1010110 101100

Color Harmonies of #29CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CF0F

Black with #29CF0F

Text Example


Text Example

White with #29CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,207,15); }

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

background-color css

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

 a { background-color: rgb(41,207,15); }

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

border-color css

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

 span { border-color: rgb(41,207,15); }

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