Shades of Lime Green #35E850
Tints of Lime Green #35E850
RGB
CMYK
RGB Variations
Color information
#35E850 (or 0x35E850) is known color: Lime Green. HEX triplet: 35, E8 and 50. RGB value is (53,232,80). Sum of RGB (Red+Green+Blue) = 53+232+80=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #35E850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35E850 is #CA17AF. Grayscale: #A1A1A1. Windows color (decimal): -13244336 or 5302325. OLE color: 5302325.
HSL color Cylindrical-coordinate representation of color #35E850: hue angle of 129.05º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E850 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 232 | 80 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.09 |
| HSL | 129.05º | 0.8% | 0.56% | - |
| HSV(B) | 129.05º | 0.77% | 0.91% | - |
| XYZ | 31.77 | 59.05 | 17.31 | - |
| YUV | 161.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 232 | 80 | 0.77 | 0 | 0.66 | 0.09 | 129.05 | 0.8 | 0.56 |
| Hex | 35 | E8 | 50 | 4D | 0 | 42 | 9 | 81 | 50 | 38 |
| Octal | 65 | 350 | 120 | 115 | 0 | 102 | 11 | 201 | 120 | 70 |
| Binary | 110101 | 11101000 | 1010000 | 1001101 | 0 | 1000010 | 1001 | 10000001 | 1010000 | 111000 |
Color Harmonies of #35E850
Complementary color
Monochromatic Colors of #35E850
Black with #35E850
Text Example
Text Example
White with #35E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E850; }
p { color: rgb(53,232,80); }
H1.HeaderClassName
{
color: #35E850;
}
.AnyTagClassName
{
color: #35E850;
}
</style>
background-color css
<style>
a { background-color: #35E850; }
a { background-color: rgb(53,232,80); }
div.DivClassName
{
background-color: #35E850;
}
.BgClassName
{
background-color: #35E850;
}
</style>
border-color css
<style>
span { border-color: #35E850; }
span { border-color: rgb(53,232,80); }
td.TdClassName
{
border-color: #35E850;
}
.TagClassName
{
border-color: #35E850;
}
</style>