Shades of Lime Green #36D84A
Tints of Lime Green #36D84A
RGB
CMYK
RGB Variations
Color information
#36D84A (or 0x36D84A) is known color: Lime Green. HEX triplet: 36, D8 and 4A. RGB value is (54,216,74). Sum of RGB (Red+Green+Blue) = 54+216+74=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 216 (84.77% from 255 or 62.79% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 216 - color contains mainly: green. Hex color #36D84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D84A is #C927B5. Grayscale: #979797. Windows color (decimal): -13182902 or 4905014. OLE color: 4905014.
HSL color Cylindrical-coordinate representation of color #36D84A: hue angle of 127.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D84A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 74 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.15 |
| HSL | 127.41º | 0.68% | 0.53% | - |
| HSV(B) | 127.41º | 0.75% | 0.85% | - |
| XYZ | 27.31 | 50.39 | 14.77 | - |
| YUV | 151.37 | 84.33 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 74 | 0.75 | 0 | 0.66 | 0.15 | 127.41 | 0.68 | 0.53 |
| Hex | 36 | D8 | 4A | 4B | 0 | 42 | F | 7F | 44 | 35 |
| Octal | 66 | 330 | 112 | 113 | 0 | 102 | 17 | 177 | 104 | 65 |
| Binary | 110110 | 11011000 | 1001010 | 1001011 | 0 | 1000010 | 1111 | 1111111 | 1000100 | 110101 |
Color Harmonies of #36D84A
Complementary color
Monochromatic Colors of #36D84A
Black with #36D84A
Text Example
Text Example
White with #36D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D84A; }
p { color: rgb(54,216,74); }
H1.HeaderClassName
{
color: #36D84A;
}
.AnyTagClassName
{
color: #36D84A;
}
</style>
background-color css
<style>
a { background-color: #36D84A; }
a { background-color: rgb(54,216,74); }
div.DivClassName
{
background-color: #36D84A;
}
.BgClassName
{
background-color: #36D84A;
}
</style>
border-color css
<style>
span { border-color: #36D84A; }
span { border-color: rgb(54,216,74); }
td.TdClassName
{
border-color: #36D84A;
}
.TagClassName
{
border-color: #36D84A;
}
</style>