Shades of Lime Green #29C51F
Tints of Lime Green #29C51F
RGB
CMYK
RGB Variations
Color information
#29C51F (or 0x29C51F) is known color: Lime Green. HEX triplet: 29, C5 and 1F. RGB value is (41,197,31). Sum of RGB (Red+Green+Blue) = 41+197+31=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #29C51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C51F is #D63AE0. Grayscale: #838383. Windows color (decimal): -14039777 or 2082089. OLE color: 2082089.
HSL color Cylindrical-coordinate representation of color #29C51F: hue angle of 116.39º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C51F is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 197 | 31 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.23 |
| HSL | 116.39º | 0.73% | 0.45% | - |
| HSV(B) | 116.39º | 0.84% | 0.77% | - |
| XYZ | 21.13 | 40.5 | 8 | - |
| YUV | 131.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 31 | 0.79 | 0 | 0.84 | 0.23 | 116.39 | 0.73 | 0.45 |
| Hex | 29 | C5 | 1F | 4F | 0 | 54 | 17 | 74 | 49 | 2D |
| Octal | 51 | 305 | 37 | 117 | 0 | 124 | 27 | 164 | 111 | 55 |
| Binary | 101001 | 11000101 | 11111 | 1001111 | 0 | 1010100 | 10111 | 1110100 | 1001001 | 101101 |
Color Harmonies of #29C51F
Complementary color
Monochromatic Colors of #29C51F
Black with #29C51F
Text Example
Text Example
White with #29C51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C51F; }
p { color: rgb(41,197,31); }
H1.HeaderClassName
{
color: #29C51F;
}
.AnyTagClassName
{
color: #29C51F;
}
</style>
background-color css
<style>
a { background-color: #29C51F; }
a { background-color: rgb(41,197,31); }
div.DivClassName
{
background-color: #29C51F;
}
.BgClassName
{
background-color: #29C51F;
}
</style>
border-color css
<style>
span { border-color: #29C51F; }
span { border-color: rgb(41,197,31); }
td.TdClassName
{
border-color: #29C51F;
}
.TagClassName
{
border-color: #29C51F;
}
</style>