Shades of Lime Green #35C550
Tints of Lime Green #35C550
RGB
CMYK
RGB Variations
Color information
#35C550 (or 0x35C550) is known color: Lime Green. HEX triplet: 35, C5 and 50. RGB value is (53,197,80). Sum of RGB (Red+Green+Blue) = 53+197+80=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #35C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C550 is #CA3AAF. Grayscale: #8C8C8C. Windows color (decimal): -13253296 or 5293365. OLE color: 5293365.
HSL color Cylindrical-coordinate representation of color #35C550: hue angle of 131.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C550 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 80 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.23 |
| HSL | 131.25º | 0.58% | 0.49% | - |
| HSV(B) | 131.25º | 0.73% | 0.77% | - |
| XYZ | 22.88 | 41.27 | 14.35 | - |
| YUV | 140.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 80 | 0.73 | 0 | 0.59 | 0.23 | 131.25 | 0.58 | 0.49 |
| Hex | 35 | C5 | 50 | 49 | 0 | 3B | 17 | 83 | 3A | 31 |
| Octal | 65 | 305 | 120 | 111 | 0 | 73 | 27 | 203 | 72 | 61 |
| Binary | 110101 | 11000101 | 1010000 | 1001001 | 0 | 111011 | 10111 | 10000011 | 111010 | 110001 |
Color Harmonies of #35C550
Complementary color
Monochromatic Colors of #35C550
Black with #35C550
Text Example
Text Example
White with #35C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C550; }
p { color: rgb(53,197,80); }
H1.HeaderClassName
{
color: #35C550;
}
.AnyTagClassName
{
color: #35C550;
}
</style>
background-color css
<style>
a { background-color: #35C550; }
a { background-color: rgb(53,197,80); }
div.DivClassName
{
background-color: #35C550;
}
.BgClassName
{
background-color: #35C550;
}
</style>
border-color css
<style>
span { border-color: #35C550; }
span { border-color: rgb(53,197,80); }
td.TdClassName
{
border-color: #35C550;
}
.TagClassName
{
border-color: #35C550;
}
</style>