Shades of Lime Green #36D236
Tints of Lime Green #36D236
RGB
CMYK
RGB Variations
Color information
#36D236 (or 0x36D236) is known color: Lime Green. HEX triplet: 36, D2 and 36. RGB value is (54,210,54). Sum of RGB (Red+Green+Blue) = 54+210+54=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #36D236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D236 is #C92DC9. Grayscale: #929292. Windows color (decimal): -13184458 or 3592758. OLE color: 3592758.
HSL color Cylindrical-coordinate representation of color #36D236: hue angle of 120º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D236 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 210 | 54 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.18 |
| HSL | 120º | 0.63% | 0.52% | - |
| HSV(B) | 120º | 0.74% | 0.82% | - |
| XYZ | 25.23 | 47.14 | 11.26 | - |
| YUV | 145.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 210 | 54 | 0.74 | 0 | 0.74 | 0.18 | 120 | 0.63 | 0.52 |
| Hex | 36 | D2 | 36 | 4A | 0 | 4A | 12 | 78 | 3F | 34 |
| Octal | 66 | 322 | 66 | 112 | 0 | 112 | 22 | 170 | 77 | 64 |
| Binary | 110110 | 11010010 | 110110 | 1001010 | 0 | 1001010 | 10010 | 1111000 | 111111 | 110100 |
Color Harmonies of #36D236
Complementary color
Monochromatic Colors of #36D236
Black with #36D236
Text Example
Text Example
White with #36D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D236; }
p { color: rgb(54,210,54); }
H1.HeaderClassName
{
color: #36D236;
}
.AnyTagClassName
{
color: #36D236;
}
</style>
background-color css
<style>
a { background-color: #36D236; }
a { background-color: rgb(54,210,54); }
div.DivClassName
{
background-color: #36D236;
}
.BgClassName
{
background-color: #36D236;
}
</style>
border-color css
<style>
span { border-color: #36D236; }
span { border-color: rgb(54,210,54); }
td.TdClassName
{
border-color: #36D236;
}
.TagClassName
{
border-color: #36D236;
}
</style>