Shades of Lime Green #36E74D
Tints of Lime Green #36E74D
RGB
CMYK
RGB Variations
Color information
#36E74D (or 0x36E74D) is known color: Lime Green. HEX triplet: 36, E7 and 4D. RGB value is (54,231,77). Sum of RGB (Red+Green+Blue) = 54+231+77=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 231 (90.62% from 255 or 63.81% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 231 - color contains mainly: green. Hex color #36E74D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36E74D is #C918B2. Grayscale: #A0A0A0. Windows color (decimal): -13179059 or 5105462. OLE color: 5105462.
HSL color Cylindrical-coordinate representation of color #36E74D: hue angle of 127.8º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E74D is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 54 | 231 | 77 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.09 |
| HSL | 127.8º | 0.79% | 0.56% | - |
| HSV(B) | 127.8º | 0.77% | 0.91% | - |
| XYZ | 31.44 | 58.47 | 16.65 | - |
| YUV | 160.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 231 | 77 | 0.77 | 0 | 0.67 | 0.09 | 127.8 | 0.79 | 0.56 |
| Hex | 36 | E7 | 4D | 4D | 0 | 43 | 9 | 80 | 4F | 38 |
| Octal | 66 | 347 | 115 | 115 | 0 | 103 | 11 | 200 | 117 | 70 |
| Binary | 110110 | 11100111 | 1001101 | 1001101 | 0 | 1000011 | 1001 | 10000000 | 1001111 | 111000 |
Color Harmonies of #36E74D
Complementary color
Monochromatic Colors of #36E74D
Black with #36E74D
Text Example
Text Example
White with #36E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E74D; }
p { color: rgb(54,231,77); }
H1.HeaderClassName
{
color: #36E74D;
}
.AnyTagClassName
{
color: #36E74D;
}
</style>
background-color css
<style>
a { background-color: #36E74D; }
a { background-color: rgb(54,231,77); }
div.DivClassName
{
background-color: #36E74D;
}
.BgClassName
{
background-color: #36E74D;
}
</style>
border-color css
<style>
span { border-color: #36E74D; }
span { border-color: rgb(54,231,77); }
td.TdClassName
{
border-color: #36E74D;
}
.TagClassName
{
border-color: #36E74D;
}
</style>