Shades of Lime Green #35C850
Tints of Lime Green #35C850
RGB
CMYK
RGB Variations
Color information
#35C850 (or 0x35C850) is known color: Lime Green. HEX triplet: 35, C8 and 50. RGB value is (53,200,80). Sum of RGB (Red+Green+Blue) = 53+200+80=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #35C850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C850 is #CA37AF. Grayscale: #8E8E8E. Windows color (decimal): -13252528 or 5294133. OLE color: 5294133.
HSL color Cylindrical-coordinate representation of color #35C850: hue angle of 131.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C850 is Cyan = 0.74, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 200 | 80 | - |
| CMYK | 0.74 | 0 | 0.6 | 0.22 |
| HSL | 131.02º | 0.58% | 0.5% | - |
| HSV(B) | 131.02º | 0.74% | 0.78% | - |
| XYZ | 23.57 | 42.64 | 14.58 | - |
| YUV | 142.37 | 92.8 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 80 | 0.74 | 0 | 0.6 | 0.22 | 131.02 | 0.58 | 0.5 |
| Hex | 35 | C8 | 50 | 4A | 0 | 3C | 16 | 83 | 3A | 32 |
| Octal | 65 | 310 | 120 | 112 | 0 | 74 | 26 | 203 | 72 | 62 |
| Binary | 110101 | 11001000 | 1010000 | 1001010 | 0 | 111100 | 10110 | 10000011 | 111010 | 110010 |
Color Harmonies of #35C850
Complementary color
Monochromatic Colors of #35C850
Black with #35C850
Text Example
Text Example
White with #35C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C850; }
p { color: rgb(53,200,80); }
H1.HeaderClassName
{
color: #35C850;
}
.AnyTagClassName
{
color: #35C850;
}
</style>
background-color css
<style>
a { background-color: #35C850; }
a { background-color: rgb(53,200,80); }
div.DivClassName
{
background-color: #35C850;
}
.BgClassName
{
background-color: #35C850;
}
</style>
border-color css
<style>
span { border-color: #35C850; }
span { border-color: rgb(53,200,80); }
td.TdClassName
{
border-color: #35C850;
}
.TagClassName
{
border-color: #35C850;
}
</style>