Shades of Lime Green #35E024
Tints of Lime Green #35E024
RGB
CMYK
RGB Variations
Color information
#35E024 (or 0x35E024) is known color: Lime Green. HEX triplet: 35, E0 and 24. RGB value is (53,224,36). Sum of RGB (Red+Green+Blue) = 53+224+36=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 224 (87.89% from 255 or 71.57% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 224 - color contains mainly: green. Hex color #35E024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E024 is #CA1FDB. Grayscale: #989898. Windows color (decimal): -13246428 or 2416693. OLE color: 2416693.
HSL color Cylindrical-coordinate representation of color #35E024: hue angle of 114.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35E024 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 224 | 36 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.12 |
| HSL | 114.57º | 0.75% | 0.51% | - |
| HSV(B) | 114.57º | 0.84% | 0.88% | - |
| XYZ | 28.44 | 54.2 | 10.63 | - |
| YUV | 151.44 | 62.85 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 224 | 36 | 0.76 | 0 | 0.84 | 0.12 | 114.57 | 0.75 | 0.51 |
| Hex | 35 | E0 | 24 | 4C | 0 | 54 | C | 73 | 4B | 33 |
| Octal | 65 | 340 | 44 | 114 | 0 | 124 | 14 | 163 | 113 | 63 |
| Binary | 110101 | 11100000 | 100100 | 1001100 | 0 | 1010100 | 1100 | 1110011 | 1001011 | 110011 |
Color Harmonies of #35E024
Complementary color
Monochromatic Colors of #35E024
Black with #35E024
Text Example
Text Example
White with #35E024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E024; }
p { color: rgb(53,224,36); }
H1.HeaderClassName
{
color: #35E024;
}
.AnyTagClassName
{
color: #35E024;
}
</style>
background-color css
<style>
a { background-color: #35E024; }
a { background-color: rgb(53,224,36); }
div.DivClassName
{
background-color: #35E024;
}
.BgClassName
{
background-color: #35E024;
}
</style>
border-color css
<style>
span { border-color: #35E024; }
span { border-color: rgb(53,224,36); }
td.TdClassName
{
border-color: #35E024;
}
.TagClassName
{
border-color: #35E024;
}
</style>