Shades of Lime Green #36C34F
Tints of Lime Green #36C34F
RGB
CMYK
RGB Variations
Color information
#36C34F (or 0x36C34F) is known color: Lime Green. HEX triplet: 36, C3 and 4F. RGB value is (54,195,79). Sum of RGB (Red+Green+Blue) = 54+195+79=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #36C34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C34F is #C93CB0. Grayscale: #8B8B8B. Windows color (decimal): -13188273 or 5227318. OLE color: 5227318.
HSL color Cylindrical-coordinate representation of color #36C34F: hue angle of 130.64º 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 #36C34F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 79 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.24 |
| HSL | 130.64º | 0.57% | 0.49% | - |
| HSV(B) | 130.64º | 0.72% | 0.76% | - |
| XYZ | 22.45 | 40.38 | 14.01 | - |
| YUV | 139.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 79 | 0.72 | 0 | 0.59 | 0.24 | 130.64 | 0.57 | 0.49 |
| Hex | 36 | C3 | 4F | 48 | 0 | 3B | 18 | 83 | 39 | 31 |
| Octal | 66 | 303 | 117 | 110 | 0 | 73 | 30 | 203 | 71 | 61 |
| Binary | 110110 | 11000011 | 1001111 | 1001000 | 0 | 111011 | 11000 | 10000011 | 111001 | 110001 |
Color Harmonies of #36C34F
Complementary color
Monochromatic Colors of #36C34F
Black with #36C34F
Text Example
Text Example
White with #36C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C34F; }
p { color: rgb(54,195,79); }
H1.HeaderClassName
{
color: #36C34F;
}
.AnyTagClassName
{
color: #36C34F;
}
</style>
background-color css
<style>
a { background-color: #36C34F; }
a { background-color: rgb(54,195,79); }
div.DivClassName
{
background-color: #36C34F;
}
.BgClassName
{
background-color: #36C34F;
}
</style>
border-color css
<style>
span { border-color: #36C34F; }
span { border-color: rgb(54,195,79); }
td.TdClassName
{
border-color: #36C34F;
}
.TagClassName
{
border-color: #36C34F;
}
</style>