Shades of Lime Green #36CE1F
Tints of Lime Green #36CE1F
RGB
CMYK
RGB Variations
Color information
#36CE1F (or 0x36CE1F) is known color: Lime Green. HEX triplet: 36, CE and 1F. RGB value is (54,206,31). Sum of RGB (Red+Green+Blue) = 54+206+31=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 206 (80.86% from 255 or 70.79% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 206 - color contains mainly: green. Hex color #36CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CE1F is #C931E0. Grayscale: #8D8D8D. Windows color (decimal): -13185505 or 2084406. OLE color: 2084406.
HSL color Cylindrical-coordinate representation of color #36CE1F: hue angle of 112.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36CE1F is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 206 | 31 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.19 |
| HSL | 112.11º | 0.74% | 0.46% | - |
| HSV(B) | 112.11º | 0.85% | 0.81% | - |
| XYZ | 23.84 | 45.03 | 8.73 | - |
| YUV | 140.6 | 66.14 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 31 | 0.74 | 0 | 0.85 | 0.19 | 112.11 | 0.74 | 0.46 |
| Hex | 36 | CE | 1F | 4A | 0 | 55 | 13 | 70 | 4A | 2E |
| Octal | 66 | 316 | 37 | 112 | 0 | 125 | 23 | 160 | 112 | 56 |
| Binary | 110110 | 11001110 | 11111 | 1001010 | 0 | 1010101 | 10011 | 1110000 | 1001010 | 101110 |
Color Harmonies of #36CE1F
Complementary color
Monochromatic Colors of #36CE1F
Black with #36CE1F
Text Example
Text Example
White with #36CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CE1F; }
p { color: rgb(54,206,31); }
H1.HeaderClassName
{
color: #36CE1F;
}
.AnyTagClassName
{
color: #36CE1F;
}
</style>
background-color css
<style>
a { background-color: #36CE1F; }
a { background-color: rgb(54,206,31); }
div.DivClassName
{
background-color: #36CE1F;
}
.BgClassName
{
background-color: #36CE1F;
}
</style>
border-color css
<style>
span { border-color: #36CE1F; }
span { border-color: rgb(54,206,31); }
td.TdClassName
{
border-color: #36CE1F;
}
.TagClassName
{
border-color: #36CE1F;
}
</style>