Shades of Lime Green #35E24F
Tints of Lime Green #35E24F
RGB
CMYK
RGB Variations
Color information
#35E24F (or 0x35E24F) is known color: Lime Green. HEX triplet: 35, E2 and 4F. RGB value is (53,226,79). Sum of RGB (Red+Green+Blue) = 53+226+79=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #35E24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35E24F is #CA1DB0. Grayscale: #9D9D9D. Windows color (decimal): -13245873 or 5235253. OLE color: 5235253.
HSL color Cylindrical-coordinate representation of color #35E24F: hue angle of 129.02º 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 #35E24F is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 226 | 79 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.11 |
| HSL | 129.02º | 0.75% | 0.55% | - |
| HSV(B) | 129.02º | 0.77% | 0.89% | - |
| XYZ | 30.08 | 55.71 | 16.57 | - |
| YUV | 157.52 | 83.69 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 226 | 79 | 0.77 | 0 | 0.65 | 0.11 | 129.02 | 0.75 | 0.55 |
| Hex | 35 | E2 | 4F | 4D | 0 | 41 | B | 81 | 4B | 37 |
| Octal | 65 | 342 | 117 | 115 | 0 | 101 | 13 | 201 | 113 | 67 |
| Binary | 110101 | 11100010 | 1001111 | 1001101 | 0 | 1000001 | 1011 | 10000001 | 1001011 | 110111 |
Color Harmonies of #35E24F
Complementary color
Monochromatic Colors of #35E24F
Black with #35E24F
Text Example
Text Example
White with #35E24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E24F; }
p { color: rgb(53,226,79); }
H1.HeaderClassName
{
color: #35E24F;
}
.AnyTagClassName
{
color: #35E24F;
}
</style>
background-color css
<style>
a { background-color: #35E24F; }
a { background-color: rgb(53,226,79); }
div.DivClassName
{
background-color: #35E24F;
}
.BgClassName
{
background-color: #35E24F;
}
</style>
border-color css
<style>
span { border-color: #35E24F; }
span { border-color: rgb(53,226,79); }
td.TdClassName
{
border-color: #35E24F;
}
.TagClassName
{
border-color: #35E24F;
}
</style>