Shades of Lime Green #36D52C
Tints of Lime Green #36D52C
RGB
CMYK
RGB Variations
Color information
#36D52C (or 0x36D52C) is known color: Lime Green. HEX triplet: 36, D5 and 2C. RGB value is (54,213,44). Sum of RGB (Red+Green+Blue) = 54+213+44=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #36D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D52C is #C92AD3. Grayscale: #929292. Windows color (decimal): -13183700 or 2938166. OLE color: 2938166.
HSL color Cylindrical-coordinate representation of color #36D52C: hue angle of 116.45º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36D52C is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 44 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.16 |
| HSL | 116.45º | 0.67% | 0.5% | - |
| HSV(B) | 116.45º | 0.79% | 0.84% | - |
| XYZ | 25.77 | 48.55 | 10.4 | - |
| YUV | 146.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 44 | 0.75 | 0 | 0.79 | 0.16 | 116.45 | 0.67 | 0.5 |
| Hex | 36 | D5 | 2C | 4B | 0 | 4F | 10 | 74 | 43 | 32 |
| Octal | 66 | 325 | 54 | 113 | 0 | 117 | 20 | 164 | 103 | 62 |
| Binary | 110110 | 11010101 | 101100 | 1001011 | 0 | 1001111 | 10000 | 1110100 | 1000011 | 110010 |
Color Harmonies of #36D52C
Complementary color
Monochromatic Colors of #36D52C
Black with #36D52C
Text Example
Text Example
White with #36D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D52C; }
p { color: rgb(54,213,44); }
H1.HeaderClassName
{
color: #36D52C;
}
.AnyTagClassName
{
color: #36D52C;
}
</style>
background-color css
<style>
a { background-color: #36D52C; }
a { background-color: rgb(54,213,44); }
div.DivClassName
{
background-color: #36D52C;
}
.BgClassName
{
background-color: #36D52C;
}
</style>
border-color css
<style>
span { border-color: #36D52C; }
span { border-color: rgb(54,213,44); }
td.TdClassName
{
border-color: #36D52C;
}
.TagClassName
{
border-color: #36D52C;
}
</style>