Shades of Lime Green #36CE36
Tints of Lime Green #36CE36
RGB
CMYK
RGB Variations
Color information
#36CE36 (or 0x36CE36) is known color: Lime Green. HEX triplet: 36, CE and 36. RGB value is (54,206,54). Sum of RGB (Red+Green+Blue) = 54+206+54=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #36CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CE36 is #C931C9. Grayscale: #8F8F8F. Windows color (decimal): -13185482 or 3591734. OLE color: 3591734.
HSL color Cylindrical-coordinate representation of color #36CE36: hue angle of 120º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CE36 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 54 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.19 |
| HSL | 120º | 0.61% | 0.51% | - |
| HSV(B) | 120º | 0.74% | 0.81% | - |
| XYZ | 24.26 | 45.19 | 10.93 | - |
| YUV | 143.22 | 77.64 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 54 | 0.74 | 0 | 0.74 | 0.19 | 120 | 0.61 | 0.51 |
| Hex | 36 | CE | 36 | 4A | 0 | 4A | 13 | 78 | 3D | 33 |
| Octal | 66 | 316 | 66 | 112 | 0 | 112 | 23 | 170 | 75 | 63 |
| Binary | 110110 | 11001110 | 110110 | 1001010 | 0 | 1001010 | 10011 | 1111000 | 111101 | 110011 |
Color Harmonies of #36CE36
Complementary color
Monochromatic Colors of #36CE36
Black with #36CE36
Text Example
Text Example
White with #36CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CE36; }
p { color: rgb(54,206,54); }
H1.HeaderClassName
{
color: #36CE36;
}
.AnyTagClassName
{
color: #36CE36;
}
</style>
background-color css
<style>
a { background-color: #36CE36; }
a { background-color: rgb(54,206,54); }
div.DivClassName
{
background-color: #36CE36;
}
.BgClassName
{
background-color: #36CE36;
}
</style>
border-color css
<style>
span { border-color: #36CE36; }
span { border-color: rgb(54,206,54); }
td.TdClassName
{
border-color: #36CE36;
}
.TagClassName
{
border-color: #36CE36;
}
</style>