Shades of Lime Green #36EA36
Tints of Lime Green #36EA36
RGB
CMYK
RGB Variations
Color information
#36EA36 (or 0x36EA36) is known color: Lime Green. HEX triplet: 36, EA and 36. RGB value is (54,234,54). Sum of RGB (Red+Green+Blue) = 54+234+54=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #36EA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EA36 is #C915C9. Grayscale: #A0A0A0. Windows color (decimal): -13178314 or 3598902. OLE color: 3598902.
HSL color Cylindrical-coordinate representation of color #36EA36: hue angle of 120º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EA36 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 54 | 234 | 54 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.08 |
| HSL | 120º | 0.81% | 0.56% | - |
| HSV(B) | 120º | 0.77% | 0.92% | - |
| XYZ | 31.61 | 59.9 | 13.39 | - |
| YUV | 159.66 | 68.37 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 234 | 54 | 0.77 | 0 | 0.77 | 0.08 | 120 | 0.81 | 0.56 |
| Hex | 36 | EA | 36 | 4D | 0 | 4D | 8 | 78 | 51 | 38 |
| Octal | 66 | 352 | 66 | 115 | 0 | 115 | 10 | 170 | 121 | 70 |
| Binary | 110110 | 11101010 | 110110 | 1001101 | 0 | 1001101 | 1000 | 1111000 | 1010001 | 111000 |
Color Harmonies of #36EA36
Complementary color
Monochromatic Colors of #36EA36
Black with #36EA36
Text Example
Text Example
White with #36EA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EA36; }
p { color: rgb(54,234,54); }
H1.HeaderClassName
{
color: #36EA36;
}
.AnyTagClassName
{
color: #36EA36;
}
</style>
background-color css
<style>
a { background-color: #36EA36; }
a { background-color: rgb(54,234,54); }
div.DivClassName
{
background-color: #36EA36;
}
.BgClassName
{
background-color: #36EA36;
}
</style>
border-color css
<style>
span { border-color: #36EA36; }
span { border-color: rgb(54,234,54); }
td.TdClassName
{
border-color: #36EA36;
}
.TagClassName
{
border-color: #36EA36;
}
</style>