Shades of Lime Green #36C330
Tints of Lime Green #36C330
RGB
CMYK
RGB Variations
Color information
#36C330 (or 0x36C330) is known color: Lime Green. HEX triplet: 36, C3 and 30. RGB value is (54,195,48). Sum of RGB (Red+Green+Blue) = 54+195+48=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #36C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C330 is #C93CCF. Grayscale: #888888. Windows color (decimal): -13188304 or 3195702. OLE color: 3195702.
HSL color Cylindrical-coordinate representation of color #36C330: hue angle of 117.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36C330 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 48 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.24 |
| HSL | 117.55º | 0.6% | 0.48% | - |
| HSV(B) | 117.55º | 0.75% | 0.76% | - |
| XYZ | 21.57 | 40.03 | 9.39 | - |
| YUV | 136.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 48 | 0.72 | 0 | 0.75 | 0.24 | 117.55 | 0.6 | 0.48 |
| Hex | 36 | C3 | 30 | 48 | 0 | 4B | 18 | 76 | 3C | 30 |
| Octal | 66 | 303 | 60 | 110 | 0 | 113 | 30 | 166 | 74 | 60 |
| Binary | 110110 | 11000011 | 110000 | 1001000 | 0 | 1001011 | 11000 | 1110110 | 111100 | 110000 |
Color Harmonies of #36C330
Complementary color
Monochromatic Colors of #36C330
Black with #36C330
Text Example
Text Example
White with #36C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C330; }
p { color: rgb(54,195,48); }
H1.HeaderClassName
{
color: #36C330;
}
.AnyTagClassName
{
color: #36C330;
}
</style>
background-color css
<style>
a { background-color: #36C330; }
a { background-color: rgb(54,195,48); }
div.DivClassName
{
background-color: #36C330;
}
.BgClassName
{
background-color: #36C330;
}
</style>
border-color css
<style>
span { border-color: #36C330; }
span { border-color: rgb(54,195,48); }
td.TdClassName
{
border-color: #36C330;
}
.TagClassName
{
border-color: #36C330;
}
</style>