Shades of Lime Green #35D550
Tints of Lime Green #35D550
RGB
CMYK
RGB Variations
Color information
#35D550 (or 0x35D550) is known color: Lime Green. HEX triplet: 35, D5 and 50. RGB value is (53,213,80). Sum of RGB (Red+Green+Blue) = 53+213+80=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #35D550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D550 is #CA2AAF. Grayscale: #969696. Windows color (decimal): -13249200 or 5297461. OLE color: 5297461.
HSL color Cylindrical-coordinate representation of color #35D550: hue angle of 130.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D550 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 213 | 80 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.16 |
| HSL | 130.13º | 0.66% | 0.52% | - |
| HSV(B) | 130.13º | 0.75% | 0.84% | - |
| XYZ | 26.71 | 48.92 | 15.63 | - |
| YUV | 150 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 213 | 80 | 0.75 | 0 | 0.62 | 0.16 | 130.13 | 0.66 | 0.52 |
| Hex | 35 | D5 | 50 | 4B | 0 | 3E | 10 | 82 | 42 | 34 |
| Octal | 65 | 325 | 120 | 113 | 0 | 76 | 20 | 202 | 102 | 64 |
| Binary | 110101 | 11010101 | 1010000 | 1001011 | 0 | 111110 | 10000 | 10000010 | 1000010 | 110100 |
Color Harmonies of #35D550
Complementary color
Monochromatic Colors of #35D550
Black with #35D550
Text Example
Text Example
White with #35D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D550; }
p { color: rgb(53,213,80); }
H1.HeaderClassName
{
color: #35D550;
}
.AnyTagClassName
{
color: #35D550;
}
</style>
background-color css
<style>
a { background-color: #35D550; }
a { background-color: rgb(53,213,80); }
div.DivClassName
{
background-color: #35D550;
}
.BgClassName
{
background-color: #35D550;
}
</style>
border-color css
<style>
span { border-color: #35D550; }
span { border-color: rgb(53,213,80); }
td.TdClassName
{
border-color: #35D550;
}
.TagClassName
{
border-color: #35D550;
}
</style>