Shades of Lime Green #36D52A
Tints of Lime Green #36D52A
RGB
CMYK
RGB Variations
Color information
#36D52A (or 0x36D52A) is known color: Lime Green. HEX triplet: 36, D5 and 2A. RGB value is (54,213,42). Sum of RGB (Red+Green+Blue) = 54+213+42=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #36D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D52A is #C92AD5. Grayscale: #929292. Windows color (decimal): -13183702 or 2807094. OLE color: 2807094.
HSL color Cylindrical-coordinate representation of color #36D52A: hue angle of 115.79º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36D52A is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 42 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.16 |
| HSL | 115.79º | 0.67% | 0.5% | - |
| HSV(B) | 115.79º | 0.8% | 0.84% | - |
| XYZ | 25.73 | 48.54 | 10.2 | - |
| YUV | 145.97 | 69.32 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 42 | 0.75 | 0 | 0.80 | 0.16 | 115.79 | 0.67 | 0.5 |
| Hex | 36 | D5 | 2A | 4B | 0 | 50 | 10 | 74 | 43 | 32 |
| Octal | 66 | 325 | 52 | 113 | 0 | 120 | 20 | 164 | 103 | 62 |
| Binary | 110110 | 11010101 | 101010 | 1001011 | 0 | 1010000 | 10000 | 1110100 | 1000011 | 110010 |
Color Harmonies of #36D52A
Complementary color
Monochromatic Colors of #36D52A
Black with #36D52A
Text Example
Text Example
White with #36D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D52A; }
p { color: rgb(54,213,42); }
H1.HeaderClassName
{
color: #36D52A;
}
.AnyTagClassName
{
color: #36D52A;
}
</style>
background-color css
<style>
a { background-color: #36D52A; }
a { background-color: rgb(54,213,42); }
div.DivClassName
{
background-color: #36D52A;
}
.BgClassName
{
background-color: #36D52A;
}
</style>
border-color css
<style>
span { border-color: #36D52A; }
span { border-color: rgb(54,213,42); }
td.TdClassName
{
border-color: #36D52A;
}
.TagClassName
{
border-color: #36D52A;
}
</style>