Shades of Lime Green #35E156
Tints of Lime Green #35E156
RGB
CMYK
RGB Variations
Color information
#35E156 (or 0x35E156) is known color: Lime Green. HEX triplet: 35, E1 and 56. RGB value is (53,225,86). Sum of RGB (Red+Green+Blue) = 53+225+86=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #35E156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E156 is #CA1EA9. Grayscale: #9E9E9E. Windows color (decimal): -13246122 or 5693749. OLE color: 5693749.
HSL color Cylindrical-coordinate representation of color #35E156: hue angle of 131.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35E156 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 86 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.12 |
| HSL | 131.51º | 0.74% | 0.55% | - |
| HSV(B) | 131.51º | 0.76% | 0.88% | - |
| XYZ | 30.07 | 55.28 | 17.89 | - |
| YUV | 157.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 86 | 0.76 | 0 | 0.62 | 0.12 | 131.51 | 0.74 | 0.55 |
| Hex | 35 | E1 | 56 | 4C | 0 | 3E | C | 84 | 4A | 37 |
| Octal | 65 | 341 | 126 | 114 | 0 | 76 | 14 | 204 | 112 | 67 |
| Binary | 110101 | 11100001 | 1010110 | 1001100 | 0 | 111110 | 1100 | 10000100 | 1001010 | 110111 |
Color Harmonies of #35E156
Complementary color
Monochromatic Colors of #35E156
Black with #35E156
Text Example
Text Example
White with #35E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E156; }
p { color: rgb(53,225,86); }
H1.HeaderClassName
{
color: #35E156;
}
.AnyTagClassName
{
color: #35E156;
}
</style>
background-color css
<style>
a { background-color: #35E156; }
a { background-color: rgb(53,225,86); }
div.DivClassName
{
background-color: #35E156;
}
.BgClassName
{
background-color: #35E156;
}
</style>
border-color css
<style>
span { border-color: #35E156; }
span { border-color: rgb(53,225,86); }
td.TdClassName
{
border-color: #35E156;
}
.TagClassName
{
border-color: #35E156;
}
</style>