Shades of Lime Green #36DF29
Tints of Lime Green #36DF29
RGB
CMYK
RGB Variations
Color information
#36DF29 (or 0x36DF29) is known color: Lime Green. HEX triplet: 36, DF and 29. RGB value is (54,223,41). Sum of RGB (Red+Green+Blue) = 54+223+41=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DF29 is #C920D6. Grayscale: #989898. Windows color (decimal): -13181143 or 2744118. OLE color: 2744118.
HSL color Cylindrical-coordinate representation of color #36DF29: hue angle of 115.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36DF29 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 41 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.13 |
| HSL | 115.71º | 0.74% | 0.52% | - |
| HSV(B) | 115.71º | 0.82% | 0.87% | - |
| XYZ | 28.31 | 53.72 | 10.97 | - |
| YUV | 151.72 | 65.51 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 41 | 0.76 | 0 | 0.82 | 0.13 | 115.71 | 0.74 | 0.52 |
| Hex | 36 | DF | 29 | 4C | 0 | 52 | D | 74 | 4A | 34 |
| Octal | 66 | 337 | 51 | 114 | 0 | 122 | 15 | 164 | 112 | 64 |
| Binary | 110110 | 11011111 | 101001 | 1001100 | 0 | 1010010 | 1101 | 1110100 | 1001010 | 110100 |
Color Harmonies of #36DF29
Complementary color
Monochromatic Colors of #36DF29
Black with #36DF29
Text Example
Text Example
White with #36DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DF29; }
p { color: rgb(54,223,41); }
H1.HeaderClassName
{
color: #36DF29;
}
.AnyTagClassName
{
color: #36DF29;
}
</style>
background-color css
<style>
a { background-color: #36DF29; }
a { background-color: rgb(54,223,41); }
div.DivClassName
{
background-color: #36DF29;
}
.BgClassName
{
background-color: #36DF29;
}
</style>
border-color css
<style>
span { border-color: #36DF29; }
span { border-color: rgb(54,223,41); }
td.TdClassName
{
border-color: #36DF29;
}
.TagClassName
{
border-color: #36DF29;
}
</style>