Shades of Lime Green #35D557
Tints of Lime Green #35D557
RGB
CMYK
RGB Variations
Color information
#35D557 (or 0x35D557) is known color: Lime Green. HEX triplet: 35, D5 and 57. RGB value is (53,213,87). Sum of RGB (Red+Green+Blue) = 53+213+87=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #35D557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D557 is #CA2AA8. Grayscale: #979797. Windows color (decimal): -13249193 or 5756213. OLE color: 5756213.
HSL color Cylindrical-coordinate representation of color #35D557: hue angle of 132.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D557 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 87 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.16 |
| HSL | 132.75º | 0.66% | 0.52% | - |
| HSV(B) | 132.75º | 0.75% | 0.84% | - |
| XYZ | 26.98 | 49.03 | 17.06 | - |
| YUV | 150.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 87 | 0.75 | 0 | 0.59 | 0.16 | 132.75 | 0.66 | 0.52 |
| Hex | 35 | D5 | 57 | 4B | 0 | 3B | 10 | 85 | 42 | 34 |
| Octal | 65 | 325 | 127 | 113 | 0 | 73 | 20 | 205 | 102 | 64 |
| Binary | 110101 | 11010101 | 1010111 | 1001011 | 0 | 111011 | 10000 | 10000101 | 1000010 | 110100 |
Color Harmonies of #35D557
Complementary color
Monochromatic Colors of #35D557
Black with #35D557
Text Example
Text Example
White with #35D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D557; }
p { color: rgb(53,213,87); }
H1.HeaderClassName
{
color: #35D557;
}
.AnyTagClassName
{
color: #35D557;
}
</style>
background-color css
<style>
a { background-color: #35D557; }
a { background-color: rgb(53,213,87); }
div.DivClassName
{
background-color: #35D557;
}
.BgClassName
{
background-color: #35D557;
}
</style>
border-color css
<style>
span { border-color: #35D557; }
span { border-color: rgb(53,213,87); }
td.TdClassName
{
border-color: #35D557;
}
.TagClassName
{
border-color: #35D557;
}
</style>