Shades of Lime Green #36D834
Tints of Lime Green #36D834
RGB
CMYK
RGB Variations
Color information
#36D834 (or 0x36D834) is known color: Lime Green. HEX triplet: 36, D8 and 34. RGB value is (54,216,52). Sum of RGB (Red+Green+Blue) = 54+216+52=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #36D834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D834 is #C927CB. Grayscale: #959595. Windows color (decimal): -13182924 or 3463222. OLE color: 3463222.
HSL color Cylindrical-coordinate representation of color #36D834: hue angle of 119.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36D834 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 52 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.15 |
| HSL | 119.27º | 0.68% | 0.53% | - |
| HSV(B) | 119.27º | 0.76% | 0.85% | - |
| XYZ | 26.7 | 50.14 | 11.52 | - |
| YUV | 148.87 | 73.33 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 52 | 0.75 | 0 | 0.76 | 0.15 | 119.27 | 0.68 | 0.53 |
| Hex | 36 | D8 | 34 | 4B | 0 | 4C | F | 77 | 44 | 35 |
| Octal | 66 | 330 | 64 | 113 | 0 | 114 | 17 | 167 | 104 | 65 |
| Binary | 110110 | 11011000 | 110100 | 1001011 | 0 | 1001100 | 1111 | 1110111 | 1000100 | 110101 |
Color Harmonies of #36D834
Complementary color
Monochromatic Colors of #36D834
Black with #36D834
Text Example
Text Example
White with #36D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D834; }
p { color: rgb(54,216,52); }
H1.HeaderClassName
{
color: #36D834;
}
.AnyTagClassName
{
color: #36D834;
}
</style>
background-color css
<style>
a { background-color: #36D834; }
a { background-color: rgb(54,216,52); }
div.DivClassName
{
background-color: #36D834;
}
.BgClassName
{
background-color: #36D834;
}
</style>
border-color css
<style>
span { border-color: #36D834; }
span { border-color: rgb(54,216,52); }
td.TdClassName
{
border-color: #36D834;
}
.TagClassName
{
border-color: #36D834;
}
</style>