Shades of Lime Green #36DF1F
Tints of Lime Green #36DF1F
RGB
CMYK
RGB Variations
Color information
#36DF1F (or 0x36DF1F) is known color: Lime Green. HEX triplet: 36, DF and 1F. RGB value is (54,223,31). Sum of RGB (Red+Green+Blue) = 54+223+31=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DF1F is #C920E0. Grayscale: #979797. Windows color (decimal): -13181153 or 2088758. OLE color: 2088758.
HSL color Cylindrical-coordinate representation of color #36DF1F: hue angle of 112.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36DF1F is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 31 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.13 |
| HSL | 112.81º | 0.76% | 0.5% | - |
| HSV(B) | 112.81º | 0.86% | 0.87% | - |
| XYZ | 28.16 | 53.66 | 10.17 | - |
| YUV | 150.58 | 60.51 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 31 | 0.76 | 0 | 0.86 | 0.13 | 112.81 | 0.76 | 0.5 |
| Hex | 36 | DF | 1F | 4C | 0 | 56 | D | 71 | 4C | 32 |
| Octal | 66 | 337 | 37 | 114 | 0 | 126 | 15 | 161 | 114 | 62 |
| Binary | 110110 | 11011111 | 11111 | 1001100 | 0 | 1010110 | 1101 | 1110001 | 1001100 | 110010 |
Color Harmonies of #36DF1F
Complementary color
Monochromatic Colors of #36DF1F
Black with #36DF1F
Text Example
Text Example
White with #36DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DF1F; }
p { color: rgb(54,223,31); }
H1.HeaderClassName
{
color: #36DF1F;
}
.AnyTagClassName
{
color: #36DF1F;
}
</style>
background-color css
<style>
a { background-color: #36DF1F; }
a { background-color: rgb(54,223,31); }
div.DivClassName
{
background-color: #36DF1F;
}
.BgClassName
{
background-color: #36DF1F;
}
</style>
border-color css
<style>
span { border-color: #36DF1F; }
span { border-color: rgb(54,223,31); }
td.TdClassName
{
border-color: #36DF1F;
}
.TagClassName
{
border-color: #36DF1F;
}
</style>