Shades of Lime Green #36C045
Tints of Lime Green #36C045
RGB
CMYK
RGB Variations
Color information
#36C045 (or 0x36C045) is known color: Lime Green. HEX triplet: 36, C0 and 45. RGB value is (54,192,69). Sum of RGB (Red+Green+Blue) = 54+192+69=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #36C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C045 is #C93FBA. Grayscale: #898989. Windows color (decimal): -13189051 or 4571190. OLE color: 4571190.
HSL color Cylindrical-coordinate representation of color #36C045: hue angle of 126.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C045 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 69 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.25 |
| HSL | 126.52º | 0.56% | 0.48% | - |
| HSV(B) | 126.52º | 0.72% | 0.75% | - |
| XYZ | 21.45 | 38.91 | 12.01 | - |
| YUV | 136.72 | 89.78 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 69 | 0.72 | 0 | 0.64 | 0.25 | 126.52 | 0.56 | 0.48 |
| Hex | 36 | C0 | 45 | 48 | 0 | 40 | 19 | 7F | 38 | 30 |
| Octal | 66 | 300 | 105 | 110 | 0 | 100 | 31 | 177 | 70 | 60 |
| Binary | 110110 | 11000000 | 1000101 | 1001000 | 0 | 1000000 | 11001 | 1111111 | 111000 | 110000 |
Color Harmonies of #36C045
Complementary color
Monochromatic Colors of #36C045
Black with #36C045
Text Example
Text Example
White with #36C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C045; }
p { color: rgb(54,192,69); }
H1.HeaderClassName
{
color: #36C045;
}
.AnyTagClassName
{
color: #36C045;
}
</style>
background-color css
<style>
a { background-color: #36C045; }
a { background-color: rgb(54,192,69); }
div.DivClassName
{
background-color: #36C045;
}
.BgClassName
{
background-color: #36C045;
}
</style>
border-color css
<style>
span { border-color: #36C045; }
span { border-color: rgb(54,192,69); }
td.TdClassName
{
border-color: #36C045;
}
.TagClassName
{
border-color: #36C045;
}
</style>