Shades of Lime Green #36C340
Tints of Lime Green #36C340
RGB
CMYK
RGB Variations
Color information
#36C340 (or 0x36C340) is known color: Lime Green. HEX triplet: 36, C3 and 40. RGB value is (54,195,64). Sum of RGB (Red+Green+Blue) = 54+195+64=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #36C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C340 is #C93CBF. Grayscale: #8A8A8A. Windows color (decimal): -13188288 or 4244278. OLE color: 4244278.
HSL color Cylindrical-coordinate representation of color #36C340: hue angle of 124.26º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C340 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 64 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.24 |
| HSL | 124.26º | 0.57% | 0.49% | - |
| HSV(B) | 124.26º | 0.72% | 0.76% | - |
| XYZ | 21.96 | 40.18 | 11.45 | - |
| YUV | 137.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 64 | 0.72 | 0 | 0.67 | 0.24 | 124.26 | 0.57 | 0.49 |
| Hex | 36 | C3 | 40 | 48 | 0 | 43 | 18 | 7C | 39 | 31 |
| Octal | 66 | 303 | 100 | 110 | 0 | 103 | 30 | 174 | 71 | 61 |
| Binary | 110110 | 11000011 | 1000000 | 1001000 | 0 | 1000011 | 11000 | 1111100 | 111001 | 110001 |
Color Harmonies of #36C340
Complementary color
Monochromatic Colors of #36C340
Black with #36C340
Text Example
Text Example
White with #36C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C340; }
p { color: rgb(54,195,64); }
H1.HeaderClassName
{
color: #36C340;
}
.AnyTagClassName
{
color: #36C340;
}
</style>
background-color css
<style>
a { background-color: #36C340; }
a { background-color: rgb(54,195,64); }
div.DivClassName
{
background-color: #36C340;
}
.BgClassName
{
background-color: #36C340;
}
</style>
border-color css
<style>
span { border-color: #36C340; }
span { border-color: rgb(54,195,64); }
td.TdClassName
{
border-color: #36C340;
}
.TagClassName
{
border-color: #36C340;
}
</style>