Shades of Lime Green #29DF13
Tints of Lime Green #29DF13
RGB
CMYK
RGB Variations
Color information
#29DF13 (or 0x29DF13) is known color: Lime Green. HEX triplet: 29, DF and 13. RGB value is (41,223,19). Sum of RGB (Red+Green+Blue) = 41+223+19=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 223 (87.5% from 255 or 78.80% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 223 - color contains mainly: green. Hex color #29DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DF13 is #D620EC. Grayscale: #919191. Windows color (decimal): -14033133 or 1302313. OLE color: 1302313.
HSL color Cylindrical-coordinate representation of color #29DF13: hue angle of 113.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29DF13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 223 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.13 |
| HSL | 113.53º | 0.84% | 0.47% | - |
| HSV(B) | 113.53º | 0.91% | 0.87% | - |
| XYZ | 27.42 | 53.29 | 9.46 | - |
| YUV | 145.33 | 56.7 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 223 | 19 | 0.82 | 0 | 0.91 | 0.13 | 113.53 | 0.84 | 0.47 |
| Hex | 29 | DF | 13 | 52 | 0 | 5B | D | 72 | 54 | 2F |
| Octal | 51 | 337 | 23 | 122 | 0 | 133 | 15 | 162 | 124 | 57 |
| Binary | 101001 | 11011111 | 10011 | 1010010 | 0 | 1011011 | 1101 | 1110010 | 1010100 | 101111 |
Color Harmonies of #29DF13
Complementary color
Monochromatic Colors of #29DF13
Black with #29DF13
Text Example
Text Example
White with #29DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DF13; }
p { color: rgb(41,223,19); }
H1.HeaderClassName
{
color: #29DF13;
}
.AnyTagClassName
{
color: #29DF13;
}
</style>
background-color css
<style>
a { background-color: #29DF13; }
a { background-color: rgb(41,223,19); }
div.DivClassName
{
background-color: #29DF13;
}
.BgClassName
{
background-color: #29DF13;
}
</style>
border-color css
<style>
span { border-color: #29DF13; }
span { border-color: rgb(41,223,19); }
td.TdClassName
{
border-color: #29DF13;
}
.TagClassName
{
border-color: #29DF13;
}
</style>