Shades of Lime Green #36DB3C
Tints of Lime Green #36DB3C
RGB
CMYK
RGB Variations
Color information
#36DB3C (or 0x36DB3C) is known color: Lime Green. HEX triplet: 36, DB and 3C. RGB value is (54,219,60). Sum of RGB (Red+Green+Blue) = 54+219+60=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DB3C is #C924C3. Grayscale: #989898. Windows color (decimal): -13182148 or 3988278. OLE color: 3988278.
HSL color Cylindrical-coordinate representation of color #36DB3C: hue angle of 122.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DB3C is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 60 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.14 |
| HSL | 122.18º | 0.7% | 0.54% | - |
| HSV(B) | 122.18º | 0.75% | 0.86% | - |
| XYZ | 27.67 | 51.77 | 12.81 | - |
| YUV | 151.54 | 76.34 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 60 | 0.75 | 0 | 0.73 | 0.14 | 122.18 | 0.7 | 0.54 |
| Hex | 36 | DB | 3C | 4B | 0 | 49 | E | 7A | 46 | 36 |
| Octal | 66 | 333 | 74 | 113 | 0 | 111 | 16 | 172 | 106 | 66 |
| Binary | 110110 | 11011011 | 111100 | 1001011 | 0 | 1001001 | 1110 | 1111010 | 1000110 | 110110 |
Color Harmonies of #36DB3C
Complementary color
Monochromatic Colors of #36DB3C
Black with #36DB3C
Text Example
Text Example
White with #36DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DB3C; }
p { color: rgb(54,219,60); }
H1.HeaderClassName
{
color: #36DB3C;
}
.AnyTagClassName
{
color: #36DB3C;
}
</style>
background-color css
<style>
a { background-color: #36DB3C; }
a { background-color: rgb(54,219,60); }
div.DivClassName
{
background-color: #36DB3C;
}
.BgClassName
{
background-color: #36DB3C;
}
</style>
border-color css
<style>
span { border-color: #36DB3C; }
span { border-color: rgb(54,219,60); }
td.TdClassName
{
border-color: #36DB3C;
}
.TagClassName
{
border-color: #36DB3C;
}
</style>