Shades of Lime Green #36DA2A
Tints of Lime Green #36DA2A
RGB
CMYK
RGB Variations
Color information
#36DA2A (or 0x36DA2A) is known color: Lime Green. HEX triplet: 36, DA and 2A. RGB value is (54,218,42). Sum of RGB (Red+Green+Blue) = 54+218+42=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DA2A is #C925D5. Grayscale: #959595. Windows color (decimal): -13182422 or 2808374. OLE color: 2808374.
HSL color Cylindrical-coordinate representation of color #36DA2A: hue angle of 115.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36DA2A is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 42 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.15 |
| HSL | 115.91º | 0.7% | 0.51% | - |
| HSV(B) | 115.91º | 0.81% | 0.85% | - |
| XYZ | 27.01 | 51.09 | 10.63 | - |
| YUV | 148.9 | 67.67 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 42 | 0.75 | 0 | 0.81 | 0.15 | 115.91 | 0.7 | 0.51 |
| Hex | 36 | DA | 2A | 4B | 0 | 51 | F | 74 | 46 | 33 |
| Octal | 66 | 332 | 52 | 113 | 0 | 121 | 17 | 164 | 106 | 63 |
| Binary | 110110 | 11011010 | 101010 | 1001011 | 0 | 1010001 | 1111 | 1110100 | 1000110 | 110011 |
Color Harmonies of #36DA2A
Complementary color
Monochromatic Colors of #36DA2A
Black with #36DA2A
Text Example
Text Example
White with #36DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA2A; }
p { color: rgb(54,218,42); }
H1.HeaderClassName
{
color: #36DA2A;
}
.AnyTagClassName
{
color: #36DA2A;
}
</style>
background-color css
<style>
a { background-color: #36DA2A; }
a { background-color: rgb(54,218,42); }
div.DivClassName
{
background-color: #36DA2A;
}
.BgClassName
{
background-color: #36DA2A;
}
</style>
border-color css
<style>
span { border-color: #36DA2A; }
span { border-color: rgb(54,218,42); }
td.TdClassName
{
border-color: #36DA2A;
}
.TagClassName
{
border-color: #36DA2A;
}
</style>