Shades of Lime Green #35C953
Tints of Lime Green #35C953
RGB
CMYK
RGB Variations
Color information
#35C953 (or 0x35C953) is known color: Lime Green. HEX triplet: 35, C9 and 53. RGB value is (53,201,83). Sum of RGB (Red+Green+Blue) = 53+201+83=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #35C953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C953 is #CA36AC. Grayscale: #8F8F8F. Windows color (decimal): -13252269 or 5490997. OLE color: 5490997.
HSL color Cylindrical-coordinate representation of color #35C953: hue angle of 132.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C953 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 201 | 83 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.21 |
| HSL | 132.16º | 0.58% | 0.5% | - |
| HSV(B) | 132.16º | 0.74% | 0.79% | - |
| XYZ | 23.92 | 43.15 | 15.25 | - |
| YUV | 143.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 201 | 83 | 0.74 | 0 | 0.59 | 0.21 | 132.16 | 0.58 | 0.5 |
| Hex | 35 | C9 | 53 | 4A | 0 | 3B | 15 | 84 | 3A | 32 |
| Octal | 65 | 311 | 123 | 112 | 0 | 73 | 25 | 204 | 72 | 62 |
| Binary | 110101 | 11001001 | 1010011 | 1001010 | 0 | 111011 | 10101 | 10000100 | 111010 | 110010 |
Color Harmonies of #35C953
Complementary color
Monochromatic Colors of #35C953
Black with #35C953
Text Example
Text Example
White with #35C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C953; }
p { color: rgb(53,201,83); }
H1.HeaderClassName
{
color: #35C953;
}
.AnyTagClassName
{
color: #35C953;
}
</style>
background-color css
<style>
a { background-color: #35C953; }
a { background-color: rgb(53,201,83); }
div.DivClassName
{
background-color: #35C953;
}
.BgClassName
{
background-color: #35C953;
}
</style>
border-color css
<style>
span { border-color: #35C953; }
span { border-color: rgb(53,201,83); }
td.TdClassName
{
border-color: #35C953;
}
.TagClassName
{
border-color: #35C953;
}
</style>