Shades of Lime Green #36EC1F
Tints of Lime Green #36EC1F
RGB
CMYK
RGB Variations
Color information
#36EC1F (or 0x36EC1F) is known color: Lime Green. HEX triplet: 36, EC and 1F. RGB value is (54,236,31). Sum of RGB (Red+Green+Blue) = 54+236+31=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #36EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36EC1F is #C913E0. Grayscale: #9E9E9E. Windows color (decimal): -13177825 or 2092086. OLE color: 2092086.
HSL color Cylindrical-coordinate representation of color #36EC1F: hue angle of 113.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36EC1F is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 31 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.07 |
| HSL | 113.27º | 0.84% | 0.52% | - |
| HSV(B) | 113.27º | 0.87% | 0.93% | - |
| XYZ | 31.76 | 60.87 | 11.37 | - |
| YUV | 158.21 | 56.2 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 31 | 0.77 | 0 | 0.87 | 0.07 | 113.27 | 0.84 | 0.52 |
| Hex | 36 | EC | 1F | 4D | 0 | 57 | 7 | 71 | 54 | 34 |
| Octal | 66 | 354 | 37 | 115 | 0 | 127 | 7 | 161 | 124 | 64 |
| Binary | 110110 | 11101100 | 11111 | 1001101 | 0 | 1010111 | 111 | 1110001 | 1010100 | 110100 |
Color Harmonies of #36EC1F
Complementary color
Monochromatic Colors of #36EC1F
Black with #36EC1F
Text Example
Text Example
White with #36EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EC1F; }
p { color: rgb(54,236,31); }
H1.HeaderClassName
{
color: #36EC1F;
}
.AnyTagClassName
{
color: #36EC1F;
}
</style>
background-color css
<style>
a { background-color: #36EC1F; }
a { background-color: rgb(54,236,31); }
div.DivClassName
{
background-color: #36EC1F;
}
.BgClassName
{
background-color: #36EC1F;
}
</style>
border-color css
<style>
span { border-color: #36EC1F; }
span { border-color: rgb(54,236,31); }
td.TdClassName
{
border-color: #36EC1F;
}
.TagClassName
{
border-color: #36EC1F;
}
</style>