Shades of Lime Green #36EF2A
Tints of Lime Green #36EF2A
RGB
CMYK
RGB Variations
Color information
#36EF2A (or 0x36EF2A) is known color: Lime Green. HEX triplet: 36, EF and 2A. RGB value is (54,239,42). Sum of RGB (Red+Green+Blue) = 54+239+42=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #36EF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EF2A is #C910D5. Grayscale: #A1A1A1. Windows color (decimal): -13177046 or 2813750. OLE color: 2813750.
HSL color Cylindrical-coordinate representation of color #36EF2A: hue angle of 116.35º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36EF2A is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 42 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.06 |
| HSL | 116.35º | 0.86% | 0.55% | - |
| HSV(B) | 116.35º | 0.82% | 0.94% | - |
| XYZ | 32.81 | 62.68 | 12.56 | - |
| YUV | 161.23 | 60.71 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 42 | 0.77 | 0 | 0.82 | 0.06 | 116.35 | 0.86 | 0.55 |
| Hex | 36 | EF | 2A | 4D | 0 | 52 | 6 | 74 | 56 | 37 |
| Octal | 66 | 357 | 52 | 115 | 0 | 122 | 6 | 164 | 126 | 67 |
| Binary | 110110 | 11101111 | 101010 | 1001101 | 0 | 1010010 | 110 | 1110100 | 1010110 | 110111 |
Color Harmonies of #36EF2A
Complementary color
Monochromatic Colors of #36EF2A
Black with #36EF2A
Text Example
Text Example
White with #36EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EF2A; }
p { color: rgb(54,239,42); }
H1.HeaderClassName
{
color: #36EF2A;
}
.AnyTagClassName
{
color: #36EF2A;
}
</style>
background-color css
<style>
a { background-color: #36EF2A; }
a { background-color: rgb(54,239,42); }
div.DivClassName
{
background-color: #36EF2A;
}
.BgClassName
{
background-color: #36EF2A;
}
</style>
border-color css
<style>
span { border-color: #36EF2A; }
span { border-color: rgb(54,239,42); }
td.TdClassName
{
border-color: #36EF2A;
}
.TagClassName
{
border-color: #36EF2A;
}
</style>