Shades of Lime Green #35E251
Tints of Lime Green #35E251
RGB
CMYK
RGB Variations
Color information
#35E251 (or 0x35E251) is known color: Lime Green. HEX triplet: 35, E2 and 51. RGB value is (53,226,81). Sum of RGB (Red+Green+Blue) = 53+226+81=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #35E251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E251 is #CA1DAE. Grayscale: #9E9E9E. Windows color (decimal): -13245871 or 5366325. OLE color: 5366325.
HSL color Cylindrical-coordinate representation of color #35E251: hue angle of 129.71º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E251 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 81 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.11 |
| HSL | 129.71º | 0.75% | 0.55% | - |
| HSV(B) | 129.71º | 0.77% | 0.89% | - |
| XYZ | 30.15 | 55.74 | 16.96 | - |
| YUV | 157.74 | 84.69 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 81 | 0.77 | 0 | 0.64 | 0.11 | 129.71 | 0.75 | 0.55 |
| Hex | 35 | E2 | 51 | 4D | 0 | 40 | B | 82 | 4B | 37 |
| Octal | 65 | 342 | 121 | 115 | 0 | 100 | 13 | 202 | 113 | 67 |
| Binary | 110101 | 11100010 | 1010001 | 1001101 | 0 | 1000000 | 1011 | 10000010 | 1001011 | 110111 |
Color Harmonies of #35E251
Complementary color
Monochromatic Colors of #35E251
Black with #35E251
Text Example
Text Example
White with #35E251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E251; }
p { color: rgb(53,226,81); }
H1.HeaderClassName
{
color: #35E251;
}
.AnyTagClassName
{
color: #35E251;
}
</style>
background-color css
<style>
a { background-color: #35E251; }
a { background-color: rgb(53,226,81); }
div.DivClassName
{
background-color: #35E251;
}
.BgClassName
{
background-color: #35E251;
}
</style>
border-color css
<style>
span { border-color: #35E251; }
span { border-color: rgb(53,226,81); }
td.TdClassName
{
border-color: #35E251;
}
.TagClassName
{
border-color: #35E251;
}
</style>