Shades of Lime Green #35D353
Tints of Lime Green #35D353
RGB
CMYK
RGB Variations
Color information
#35D353 (or 0x35D353) is known color: Lime Green. HEX triplet: 35, D3 and 53. RGB value is (53,211,83). Sum of RGB (Red+Green+Blue) = 53+211+83=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #35D353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D353 is #CA2CAC. Grayscale: #959595. Windows color (decimal): -13249709 or 5493557. OLE color: 5493557.
HSL color Cylindrical-coordinate representation of color #35D353: hue angle of 131.39º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D353 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 211 | 83 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.17 |
| HSL | 131.39º | 0.64% | 0.52% | - |
| HSV(B) | 131.39º | 0.75% | 0.83% | - |
| XYZ | 26.32 | 47.97 | 16.06 | - |
| YUV | 149.17 | 90.65 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 83 | 0.75 | 0 | 0.61 | 0.17 | 131.39 | 0.64 | 0.52 |
| Hex | 35 | D3 | 53 | 4B | 0 | 3D | 11 | 83 | 40 | 34 |
| Octal | 65 | 323 | 123 | 113 | 0 | 75 | 21 | 203 | 100 | 64 |
| Binary | 110101 | 11010011 | 1010011 | 1001011 | 0 | 111101 | 10001 | 10000011 | 1000000 | 110100 |
Color Harmonies of #35D353
Complementary color
Monochromatic Colors of #35D353
Black with #35D353
Text Example
Text Example
White with #35D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D353; }
p { color: rgb(53,211,83); }
H1.HeaderClassName
{
color: #35D353;
}
.AnyTagClassName
{
color: #35D353;
}
</style>
background-color css
<style>
a { background-color: #35D353; }
a { background-color: rgb(53,211,83); }
div.DivClassName
{
background-color: #35D353;
}
.BgClassName
{
background-color: #35D353;
}
</style>
border-color css
<style>
span { border-color: #35D353; }
span { border-color: rgb(53,211,83); }
td.TdClassName
{
border-color: #35D353;
}
.TagClassName
{
border-color: #35D353;
}
</style>