Shades of Lime Green #35D253
Tints of Lime Green #35D253
RGB
CMYK
RGB Variations
Color information
#35D253 (or 0x35D253) is known color: Lime Green. HEX triplet: 35, D2 and 53. RGB value is (53,210,83). Sum of RGB (Red+Green+Blue) = 53+210+83=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #35D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D253 is #CA2DAC. Grayscale: #949494. Windows color (decimal): -13249965 or 5493301. OLE color: 5493301.
HSL color Cylindrical-coordinate representation of color #35D253: hue angle of 131.46º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D253 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 210 | 83 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.18 |
| HSL | 131.47º | 0.64% | 0.52% | - |
| HSV(B) | 131.47º | 0.75% | 0.82% | - |
| XYZ | 26.08 | 47.47 | 15.97 | - |
| YUV | 148.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 210 | 83 | 0.75 | 0 | 0.60 | 0.18 | 131.47 | 0.64 | 0.52 |
| Hex | 35 | D2 | 53 | 4B | 0 | 3C | 12 | 83 | 40 | 34 |
| Octal | 65 | 322 | 123 | 113 | 0 | 74 | 22 | 203 | 100 | 64 |
| Binary | 110101 | 11010010 | 1010011 | 1001011 | 0 | 111100 | 10010 | 10000011 | 1000000 | 110100 |
Color Harmonies of #35D253
Complementary color
Monochromatic Colors of #35D253
Black with #35D253
Text Example
Text Example
White with #35D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D253; }
p { color: rgb(53,210,83); }
H1.HeaderClassName
{
color: #35D253;
}
.AnyTagClassName
{
color: #35D253;
}
</style>
background-color css
<style>
a { background-color: #35D253; }
a { background-color: rgb(53,210,83); }
div.DivClassName
{
background-color: #35D253;
}
.BgClassName
{
background-color: #35D253;
}
</style>
border-color css
<style>
span { border-color: #35D253; }
span { border-color: rgb(53,210,83); }
td.TdClassName
{
border-color: #35D253;
}
.TagClassName
{
border-color: #35D253;
}
</style>