Shades of Lime Green #35E155
Tints of Lime Green #35E155
RGB
CMYK
RGB Variations
Color information
#35E155 (or 0x35E155) is known color: Lime Green. HEX triplet: 35, E1 and 55. RGB value is (53,225,85). Sum of RGB (Red+Green+Blue) = 53+225+85=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #35E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E155 is #CA1EAA. Grayscale: #9E9E9E. Windows color (decimal): -13246123 or 5628213. OLE color: 5628213.
HSL color Cylindrical-coordinate representation of color #35E155: hue angle of 131.16º 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 #35E155 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 225 | 85 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.12 |
| HSL | 131.16º | 0.74% | 0.55% | - |
| HSV(B) | 131.16º | 0.76% | 0.88% | - |
| XYZ | 30.03 | 55.26 | 17.68 | - |
| YUV | 157.61 | 87.02 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 225 | 85 | 0.76 | 0 | 0.62 | 0.12 | 131.16 | 0.74 | 0.55 |
| Hex | 35 | E1 | 55 | 4C | 0 | 3E | C | 83 | 4A | 37 |
| Octal | 65 | 341 | 125 | 114 | 0 | 76 | 14 | 203 | 112 | 67 |
| Binary | 110101 | 11100001 | 1010101 | 1001100 | 0 | 111110 | 1100 | 10000011 | 1001010 | 110111 |
Color Harmonies of #35E155
Complementary color
Monochromatic Colors of #35E155
Black with #35E155
Text Example
Text Example
White with #35E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E155; }
p { color: rgb(53,225,85); }
H1.HeaderClassName
{
color: #35E155;
}
.AnyTagClassName
{
color: #35E155;
}
</style>
background-color css
<style>
a { background-color: #35E155; }
a { background-color: rgb(53,225,85); }
div.DivClassName
{
background-color: #35E155;
}
.BgClassName
{
background-color: #35E155;
}
</style>
border-color css
<style>
span { border-color: #35E155; }
span { border-color: rgb(53,225,85); }
td.TdClassName
{
border-color: #35E155;
}
.TagClassName
{
border-color: #35E155;
}
</style>