Shades of Lime Green #36EE36
Tints of Lime Green #36EE36
RGB
CMYK
RGB Variations
Color information
#36EE36 (or 0x36EE36) is known color: Lime Green. HEX triplet: 36, EE and 36. RGB value is (54,238,54). Sum of RGB (Red+Green+Blue) = 54+238+54=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 238 (93.36% from 255 or 68.79% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 238 - color contains mainly: green. Hex color #36EE36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EE36 is #C911C9. Grayscale: #A2A2A2. Windows color (decimal): -13177290 or 3599926. OLE color: 3599926.
HSL color Cylindrical-coordinate representation of color #36EE36: hue angle of 120º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EE36 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 54 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.07 |
| HSL | 120º | 0.84% | 0.57% | - |
| HSV(B) | 120º | 0.77% | 0.93% | - |
| XYZ | 32.76 | 62.2 | 13.77 | - |
| YUV | 162.01 | 67.04 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 54 | 0.77 | 0 | 0.77 | 0.07 | 120 | 0.84 | 0.57 |
| Hex | 36 | EE | 36 | 4D | 0 | 4D | 7 | 78 | 54 | 39 |
| Octal | 66 | 356 | 66 | 115 | 0 | 115 | 7 | 170 | 124 | 71 |
| Binary | 110110 | 11101110 | 110110 | 1001101 | 0 | 1001101 | 111 | 1111000 | 1010100 | 111001 |
Color Harmonies of #36EE36
Complementary color
Monochromatic Colors of #36EE36
Black with #36EE36
Text Example
Text Example
White with #36EE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EE36; }
p { color: rgb(54,238,54); }
H1.HeaderClassName
{
color: #36EE36;
}
.AnyTagClassName
{
color: #36EE36;
}
</style>
background-color css
<style>
a { background-color: #36EE36; }
a { background-color: rgb(54,238,54); }
div.DivClassName
{
background-color: #36EE36;
}
.BgClassName
{
background-color: #36EE36;
}
</style>
border-color css
<style>
span { border-color: #36EE36; }
span { border-color: rgb(54,238,54); }
td.TdClassName
{
border-color: #36EE36;
}
.TagClassName
{
border-color: #36EE36;
}
</style>