Shades of Lime Green #29D515
Tints of Lime Green #29D515
RGB
CMYK
RGB Variations
Color information
#29D515 (or 0x29D515) is known color: Lime Green. HEX triplet: 29, D5 and 15. RGB value is (41,213,21). Sum of RGB (Red+Green+Blue) = 41+213+21=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #29D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D515 is #D62AEA. Grayscale: #8C8C8C. Windows color (decimal): -14035691 or 1430825. OLE color: 1430825.
HSL color Cylindrical-coordinate representation of color #29D515: hue angle of 113.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29D515 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 213 | 21 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.16 |
| HSL | 113.75º | 0.82% | 0.46% | - |
| HSV(B) | 113.75º | 0.9% | 0.84% | - |
| XYZ | 24.84 | 48.11 | 8.69 | - |
| YUV | 139.68 | 61.02 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 213 | 21 | 0.81 | 0 | 0.90 | 0.16 | 113.75 | 0.82 | 0.46 |
| Hex | 29 | D5 | 15 | 51 | 0 | 5A | 10 | 72 | 52 | 2E |
| Octal | 51 | 325 | 25 | 121 | 0 | 132 | 20 | 162 | 122 | 56 |
| Binary | 101001 | 11010101 | 10101 | 1010001 | 0 | 1011010 | 10000 | 1110010 | 1010010 | 101110 |
Color Harmonies of #29D515
Complementary color
Monochromatic Colors of #29D515
Black with #29D515
Text Example
Text Example
White with #29D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D515; }
p { color: rgb(41,213,21); }
H1.HeaderClassName
{
color: #29D515;
}
.AnyTagClassName
{
color: #29D515;
}
</style>
background-color css
<style>
a { background-color: #29D515; }
a { background-color: rgb(41,213,21); }
div.DivClassName
{
background-color: #29D515;
}
.BgClassName
{
background-color: #29D515;
}
</style>
border-color css
<style>
span { border-color: #29D515; }
span { border-color: rgb(41,213,21); }
td.TdClassName
{
border-color: #29D515;
}
.TagClassName
{
border-color: #29D515;
}
</style>