Shades of Lime Green #36D43B
Tints of Lime Green #36D43B
RGB
CMYK
RGB Variations
Color information
#36D43B (or 0x36D43B) is known color: Lime Green. HEX triplet: 36, D4 and 3B. RGB value is (54,212,59). Sum of RGB (Red+Green+Blue) = 54+212+59=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #36D43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D43B is #C92BC4. Grayscale: #939393. Windows color (decimal): -13183941 or 3920950. OLE color: 3920950.
HSL color Cylindrical-coordinate representation of color #36D43B: hue angle of 121.9º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D43B is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 212 | 59 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.17 |
| HSL | 121.9º | 0.65% | 0.52% | - |
| HSV(B) | 121.9º | 0.75% | 0.83% | - |
| XYZ | 25.85 | 48.19 | 12.08 | - |
| YUV | 147.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 212 | 59 | 0.75 | 0 | 0.72 | 0.17 | 121.9 | 0.65 | 0.52 |
| Hex | 36 | D4 | 3B | 4B | 0 | 48 | 11 | 7A | 41 | 34 |
| Octal | 66 | 324 | 73 | 113 | 0 | 110 | 21 | 172 | 101 | 64 |
| Binary | 110110 | 11010100 | 111011 | 1001011 | 0 | 1001000 | 10001 | 1111010 | 1000001 | 110100 |
Color Harmonies of #36D43B
Complementary color
Monochromatic Colors of #36D43B
Black with #36D43B
Text Example
Text Example
White with #36D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D43B; }
p { color: rgb(54,212,59); }
H1.HeaderClassName
{
color: #36D43B;
}
.AnyTagClassName
{
color: #36D43B;
}
</style>
background-color css
<style>
a { background-color: #36D43B; }
a { background-color: rgb(54,212,59); }
div.DivClassName
{
background-color: #36D43B;
}
.BgClassName
{
background-color: #36D43B;
}
</style>
border-color css
<style>
span { border-color: #36D43B; }
span { border-color: rgb(54,212,59); }
td.TdClassName
{
border-color: #36D43B;
}
.TagClassName
{
border-color: #36D43B;
}
</style>