Shades of Lime Green #36C92D
Tints of Lime Green #36C92D
RGB
CMYK
RGB Variations
Color information
#36C92D (or 0x36C92D) is known color: Lime Green. HEX triplet: 36, C9 and 2D. RGB value is (54,201,45). Sum of RGB (Red+Green+Blue) = 54+201+45=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #36C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C92D is #C936D2. Grayscale: #8B8B8B. Windows color (decimal): -13186771 or 3000630. OLE color: 3000630.
HSL color Cylindrical-coordinate representation of color #36C92D: hue angle of 116.54º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36C92D is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 45 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.21 |
| HSL | 116.54º | 0.63% | 0.48% | - |
| HSV(B) | 116.54º | 0.78% | 0.79% | - |
| XYZ | 22.88 | 42.75 | 9.53 | - |
| YUV | 139.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 45 | 0.73 | 0 | 0.78 | 0.21 | 116.54 | 0.63 | 0.48 |
| Hex | 36 | C9 | 2D | 49 | 0 | 4E | 15 | 75 | 3F | 30 |
| Octal | 66 | 311 | 55 | 111 | 0 | 116 | 25 | 165 | 77 | 60 |
| Binary | 110110 | 11001001 | 101101 | 1001001 | 0 | 1001110 | 10101 | 1110101 | 111111 | 110000 |
Color Harmonies of #36C92D
Complementary color
Monochromatic Colors of #36C92D
Black with #36C92D
Text Example
Text Example
White with #36C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C92D; }
p { color: rgb(54,201,45); }
H1.HeaderClassName
{
color: #36C92D;
}
.AnyTagClassName
{
color: #36C92D;
}
</style>
background-color css
<style>
a { background-color: #36C92D; }
a { background-color: rgb(54,201,45); }
div.DivClassName
{
background-color: #36C92D;
}
.BgClassName
{
background-color: #36C92D;
}
</style>
border-color css
<style>
span { border-color: #36C92D; }
span { border-color: rgb(54,201,45); }
td.TdClassName
{
border-color: #36C92D;
}
.TagClassName
{
border-color: #36C92D;
}
</style>