Shades of Lime Green #35C553
Tints of Lime Green #35C553
RGB
CMYK
RGB Variations
Color information
#35C553 (or 0x35C553) is known color: Lime Green. HEX triplet: 35, C5 and 53. RGB value is (53,197,83). Sum of RGB (Red+Green+Blue) = 53+197+83=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #35C553 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C553 is #CA3AAC. Grayscale: #8D8D8D. Windows color (decimal): -13253293 or 5489973. OLE color: 5489973.
HSL color Cylindrical-coordinate representation of color #35C553: hue angle of 132.5º 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 #35C553 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 83 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.23 |
| HSL | 132.5º | 0.58% | 0.49% | - |
| HSV(B) | 132.5º | 0.73% | 0.77% | - |
| XYZ | 23 | 41.31 | 14.95 | - |
| YUV | 140.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 83 | 0.73 | 0 | 0.58 | 0.23 | 132.5 | 0.58 | 0.49 |
| Hex | 35 | C5 | 53 | 49 | 0 | 3A | 17 | 84 | 3A | 31 |
| Octal | 65 | 305 | 123 | 111 | 0 | 72 | 27 | 204 | 72 | 61 |
| Binary | 110101 | 11000101 | 1010011 | 1001001 | 0 | 111010 | 10111 | 10000100 | 111010 | 110001 |
Color Harmonies of #35C553
Complementary color
Monochromatic Colors of #35C553
Black with #35C553
Text Example
Text Example
White with #35C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C553; }
p { color: rgb(53,197,83); }
H1.HeaderClassName
{
color: #35C553;
}
.AnyTagClassName
{
color: #35C553;
}
</style>
background-color css
<style>
a { background-color: #35C553; }
a { background-color: rgb(53,197,83); }
div.DivClassName
{
background-color: #35C553;
}
.BgClassName
{
background-color: #35C553;
}
</style>
border-color css
<style>
span { border-color: #35C553; }
span { border-color: rgb(53,197,83); }
td.TdClassName
{
border-color: #35C553;
}
.TagClassName
{
border-color: #35C553;
}
</style>