Shades of Lime Green #36E125
Tints of Lime Green #36E125
RGB
CMYK
RGB Variations
Color information
#36E125 (or 0x36E125) is known color: Lime Green. HEX triplet: 36, E1 and 25. RGB value is (54,225,37). Sum of RGB (Red+Green+Blue) = 54+225+37=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #36E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E125 is #C91EDA. Grayscale: #999999. Windows color (decimal): -13180635 or 2482486. OLE color: 2482486.
HSL color Cylindrical-coordinate representation of color #36E125: hue angle of 114.57º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36E125 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 37 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.12 |
| HSL | 114.57º | 0.76% | 0.51% | - |
| HSV(B) | 114.57º | 0.84% | 0.88% | - |
| XYZ | 28.78 | 54.77 | 10.8 | - |
| YUV | 152.44 | 62.85 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 37 | 0.76 | 0 | 0.84 | 0.12 | 114.57 | 0.76 | 0.51 |
| Hex | 36 | E1 | 25 | 4C | 0 | 54 | C | 73 | 4C | 33 |
| Octal | 66 | 341 | 45 | 114 | 0 | 124 | 14 | 163 | 114 | 63 |
| Binary | 110110 | 11100001 | 100101 | 1001100 | 0 | 1010100 | 1100 | 1110011 | 1001100 | 110011 |
Color Harmonies of #36E125
Complementary color
Monochromatic Colors of #36E125
Black with #36E125
Text Example
Text Example
White with #36E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E125; }
p { color: rgb(54,225,37); }
H1.HeaderClassName
{
color: #36E125;
}
.AnyTagClassName
{
color: #36E125;
}
</style>
background-color css
<style>
a { background-color: #36E125; }
a { background-color: rgb(54,225,37); }
div.DivClassName
{
background-color: #36E125;
}
.BgClassName
{
background-color: #36E125;
}
</style>
border-color css
<style>
span { border-color: #36E125; }
span { border-color: rgb(54,225,37); }
td.TdClassName
{
border-color: #36E125;
}
.TagClassName
{
border-color: #36E125;
}
</style>