Shades of Lime Green #36D823
Tints of Lime Green #36D823
RGB
CMYK
RGB Variations
Color information
#36D823 (or 0x36D823) is known color: Lime Green. HEX triplet: 36, D8 and 23. RGB value is (54,216,35). Sum of RGB (Red+Green+Blue) = 54+216+35=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #36D823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D823 is #C927DC. Grayscale: #939393. Windows color (decimal): -13182941 or 2349110. OLE color: 2349110.
HSL color Cylindrical-coordinate representation of color #36D823: hue angle of 113.7º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36D823 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 35 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.15 |
| HSL | 113.7º | 0.72% | 0.49% | - |
| HSV(B) | 113.7º | 0.84% | 0.85% | - |
| XYZ | 26.38 | 50.02 | 9.85 | - |
| YUV | 146.93 | 64.83 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 35 | 0.75 | 0 | 0.84 | 0.15 | 113.7 | 0.72 | 0.49 |
| Hex | 36 | D8 | 23 | 4B | 0 | 54 | F | 72 | 48 | 31 |
| Octal | 66 | 330 | 43 | 113 | 0 | 124 | 17 | 162 | 110 | 61 |
| Binary | 110110 | 11011000 | 100011 | 1001011 | 0 | 1010100 | 1111 | 1110010 | 1001000 | 110001 |
Color Harmonies of #36D823
Complementary color
Monochromatic Colors of #36D823
Black with #36D823
Text Example
Text Example
White with #36D823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D823; }
p { color: rgb(54,216,35); }
H1.HeaderClassName
{
color: #36D823;
}
.AnyTagClassName
{
color: #36D823;
}
</style>
background-color css
<style>
a { background-color: #36D823; }
a { background-color: rgb(54,216,35); }
div.DivClassName
{
background-color: #36D823;
}
.BgClassName
{
background-color: #36D823;
}
</style>
border-color css
<style>
span { border-color: #36D823; }
span { border-color: rgb(54,216,35); }
td.TdClassName
{
border-color: #36D823;
}
.TagClassName
{
border-color: #36D823;
}
</style>