Shades of Lime Green #36DA4A
Tints of Lime Green #36DA4A
RGB
CMYK
RGB Variations
Color information
#36DA4A (or 0x36DA4A) is known color: Lime Green. HEX triplet: 36, DA and 4A. RGB value is (54,218,74). Sum of RGB (Red+Green+Blue) = 54+218+74=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36DA4A is #C925B5. Grayscale: #989898. Windows color (decimal): -13182390 or 4905526. OLE color: 4905526.
HSL color Cylindrical-coordinate representation of color #36DA4A: hue angle of 127.32º degrees, saturation: 0.69, 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 #36DA4A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 74 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.15 |
| HSL | 127.32º | 0.69% | 0.53% | - |
| HSV(B) | 127.32º | 0.75% | 0.85% | - |
| XYZ | 27.83 | 51.42 | 14.94 | - |
| YUV | 152.55 | 83.67 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 74 | 0.75 | 0 | 0.66 | 0.15 | 127.32 | 0.69 | 0.53 |
| Hex | 36 | DA | 4A | 4B | 0 | 42 | F | 7F | 45 | 35 |
| Octal | 66 | 332 | 112 | 113 | 0 | 102 | 17 | 177 | 105 | 65 |
| Binary | 110110 | 11011010 | 1001010 | 1001011 | 0 | 1000010 | 1111 | 1111111 | 1000101 | 110101 |
Color Harmonies of #36DA4A
Complementary color
Monochromatic Colors of #36DA4A
Black with #36DA4A
Text Example
Text Example
White with #36DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA4A; }
p { color: rgb(54,218,74); }
H1.HeaderClassName
{
color: #36DA4A;
}
.AnyTagClassName
{
color: #36DA4A;
}
</style>
background-color css
<style>
a { background-color: #36DA4A; }
a { background-color: rgb(54,218,74); }
div.DivClassName
{
background-color: #36DA4A;
}
.BgClassName
{
background-color: #36DA4A;
}
</style>
border-color css
<style>
span { border-color: #36DA4A; }
span { border-color: rgb(54,218,74); }
td.TdClassName
{
border-color: #36DA4A;
}
.TagClassName
{
border-color: #36DA4A;
}
</style>