Shades of Lime Green #36C450
Tints of Lime Green #36C450
RGB
CMYK
RGB Variations
Color information
#36C450 (or 0x36C450) is known color: Lime Green. HEX triplet: 36, C4 and 50. RGB value is (54,196,80). Sum of RGB (Red+Green+Blue) = 54+196+80=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #36C450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C450 is #C93BAF. Grayscale: #8C8C8C. Windows color (decimal): -13188016 or 5293110. OLE color: 5293110.
HSL color Cylindrical-coordinate representation of color #36C450: hue angle of 130.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C450 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 80 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.23 |
| HSL | 130.99º | 0.57% | 0.49% | - |
| HSV(B) | 130.99º | 0.72% | 0.77% | - |
| XYZ | 22.71 | 40.84 | 14.28 | - |
| YUV | 140.32 | 93.96 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 80 | 0.72 | 0 | 0.59 | 0.23 | 130.99 | 0.57 | 0.49 |
| Hex | 36 | C4 | 50 | 48 | 0 | 3B | 17 | 83 | 39 | 31 |
| Octal | 66 | 304 | 120 | 110 | 0 | 73 | 27 | 203 | 71 | 61 |
| Binary | 110110 | 11000100 | 1010000 | 1001000 | 0 | 111011 | 10111 | 10000011 | 111001 | 110001 |
Color Harmonies of #36C450
Complementary color
Monochromatic Colors of #36C450
Black with #36C450
Text Example
Text Example
White with #36C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C450; }
p { color: rgb(54,196,80); }
H1.HeaderClassName
{
color: #36C450;
}
.AnyTagClassName
{
color: #36C450;
}
</style>
background-color css
<style>
a { background-color: #36C450; }
a { background-color: rgb(54,196,80); }
div.DivClassName
{
background-color: #36C450;
}
.BgClassName
{
background-color: #36C450;
}
</style>
border-color css
<style>
span { border-color: #36C450; }
span { border-color: rgb(54,196,80); }
td.TdClassName
{
border-color: #36C450;
}
.TagClassName
{
border-color: #36C450;
}
</style>