Shades of Lime Green #36E62D
Tints of Lime Green #36E62D
RGB
CMYK
RGB Variations
Color information
#36E62D (or 0x36E62D) is known color: Lime Green. HEX triplet: 36, E6 and 2D. RGB value is (54,230,45). Sum of RGB (Red+Green+Blue) = 54+230+45=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 230 (90.23% from 255 or 69.91% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 230 - color contains mainly: green. Hex color #36E62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36E62D is #C919D2. Grayscale: #9C9C9C. Windows color (decimal): -13179347 or 3008054. OLE color: 3008054.
HSL color Cylindrical-coordinate representation of color #36E62D: hue angle of 117.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36E62D is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 230 | 45 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.10 |
| HSL | 117.08º | 0.79% | 0.54% | - |
| HSV(B) | 117.08º | 0.8% | 0.9% | - |
| XYZ | 30.29 | 57.57 | 12 | - |
| YUV | 156.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 230 | 45 | 0.77 | 0 | 0.80 | 0.10 | 117.08 | 0.79 | 0.54 |
| Hex | 36 | E6 | 2D | 4D | 0 | 50 | A | 75 | 4F | 36 |
| Octal | 66 | 346 | 55 | 115 | 0 | 120 | 12 | 165 | 117 | 66 |
| Binary | 110110 | 11100110 | 101101 | 1001101 | 0 | 1010000 | 1010 | 1110101 | 1001111 | 110110 |
Color Harmonies of #36E62D
Complementary color
Monochromatic Colors of #36E62D
Black with #36E62D
Text Example
Text Example
White with #36E62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E62D; }
p { color: rgb(54,230,45); }
H1.HeaderClassName
{
color: #36E62D;
}
.AnyTagClassName
{
color: #36E62D;
}
</style>
background-color css
<style>
a { background-color: #36E62D; }
a { background-color: rgb(54,230,45); }
div.DivClassName
{
background-color: #36E62D;
}
.BgClassName
{
background-color: #36E62D;
}
</style>
border-color css
<style>
span { border-color: #36E62D; }
span { border-color: rgb(54,230,45); }
td.TdClassName
{
border-color: #36E62D;
}
.TagClassName
{
border-color: #36E62D;
}
</style>