Shades of Lime Green #35E555
Tints of Lime Green #35E555
RGB
CMYK
RGB Variations
Color information
#35E555 (or 0x35E555) is known color: Lime Green. HEX triplet: 35, E5 and 55. RGB value is (53,229,85). Sum of RGB (Red+Green+Blue) = 53+229+85=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #35E555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E555 is #CA1AAA. Grayscale: #A0A0A0. Windows color (decimal): -13245099 or 5629237. OLE color: 5629237.
HSL color Cylindrical-coordinate representation of color #35E555: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E555 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 229 | 85 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.10 |
| HSL | 130.91º | 0.77% | 0.55% | - |
| HSV(B) | 130.91º | 0.77% | 0.9% | - |
| XYZ | 31.13 | 57.45 | 18.04 | - |
| YUV | 159.96 | 85.69 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 229 | 85 | 0.77 | 0 | 0.63 | 0.10 | 130.91 | 0.77 | 0.55 |
| Hex | 35 | E5 | 55 | 4D | 0 | 3F | A | 83 | 4D | 37 |
| Octal | 65 | 345 | 125 | 115 | 0 | 77 | 12 | 203 | 115 | 67 |
| Binary | 110101 | 11100101 | 1010101 | 1001101 | 0 | 111111 | 1010 | 10000011 | 1001101 | 110111 |
Color Harmonies of #35E555
Complementary color
Monochromatic Colors of #35E555
Black with #35E555
Text Example
Text Example
White with #35E555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E555; }
p { color: rgb(53,229,85); }
H1.HeaderClassName
{
color: #35E555;
}
.AnyTagClassName
{
color: #35E555;
}
</style>
background-color css
<style>
a { background-color: #35E555; }
a { background-color: rgb(53,229,85); }
div.DivClassName
{
background-color: #35E555;
}
.BgClassName
{
background-color: #35E555;
}
</style>
border-color css
<style>
span { border-color: #35E555; }
span { border-color: rgb(53,229,85); }
td.TdClassName
{
border-color: #35E555;
}
.TagClassName
{
border-color: #35E555;
}
</style>