Shades of Lime Green #36D347
Tints of Lime Green #36D347
RGB
CMYK
RGB Variations
Color information
#36D347 (or 0x36D347) is known color: Lime Green. HEX triplet: 36, D3 and 47. RGB value is (54,211,71). Sum of RGB (Red+Green+Blue) = 54+211+71=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #36D347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D347 is #C92CB8. Grayscale: #949494. Windows color (decimal): -13184185 or 4707126. OLE color: 4707126.
HSL color Cylindrical-coordinate representation of color #36D347: hue angle of 126.5º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D347 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 71 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.17 |
| HSL | 126.5º | 0.64% | 0.52% | - |
| HSV(B) | 126.5º | 0.74% | 0.83% | - |
| XYZ | 25.95 | 47.83 | 13.83 | - |
| YUV | 148.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 71 | 0.74 | 0 | 0.66 | 0.17 | 126.5 | 0.64 | 0.52 |
| Hex | 36 | D3 | 47 | 4A | 0 | 42 | 11 | 7E | 40 | 34 |
| Octal | 66 | 323 | 107 | 112 | 0 | 102 | 21 | 176 | 100 | 64 |
| Binary | 110110 | 11010011 | 1000111 | 1001010 | 0 | 1000010 | 10001 | 1111110 | 1000000 | 110100 |
Color Harmonies of #36D347
Complementary color
Monochromatic Colors of #36D347
Black with #36D347
Text Example
Text Example
White with #36D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D347; }
p { color: rgb(54,211,71); }
H1.HeaderClassName
{
color: #36D347;
}
.AnyTagClassName
{
color: #36D347;
}
</style>
background-color css
<style>
a { background-color: #36D347; }
a { background-color: rgb(54,211,71); }
div.DivClassName
{
background-color: #36D347;
}
.BgClassName
{
background-color: #36D347;
}
</style>
border-color css
<style>
span { border-color: #36D347; }
span { border-color: rgb(54,211,71); }
td.TdClassName
{
border-color: #36D347;
}
.TagClassName
{
border-color: #36D347;
}
</style>