Shades of Lime Green #35F024
Tints of Lime Green #35F024
RGB
CMYK
RGB Variations
Color information
#35F024 (or 0x35F024) is known color: Lime Green. HEX triplet: 35, F0 and 24. RGB value is (53,240,36). Sum of RGB (Red+Green+Blue) = 53+240+36=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #35F024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F024 is #CA0FDB. Grayscale: #A1A1A1. Windows color (decimal): -13242332 or 2420789. OLE color: 2420789.
HSL color Cylindrical-coordinate representation of color #35F024: hue angle of 115º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35F024 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 240 | 36 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.06 |
| HSL | 115º | 0.87% | 0.54% | - |
| HSV(B) | 115º | 0.85% | 0.94% | - |
| XYZ | 32.95 | 63.2 | 12.13 | - |
| YUV | 160.83 | 57.55 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 240 | 36 | 0.78 | 0 | 0.85 | 0.06 | 115 | 0.87 | 0.54 |
| Hex | 35 | F0 | 24 | 4E | 0 | 55 | 6 | 73 | 57 | 36 |
| Octal | 65 | 360 | 44 | 116 | 0 | 125 | 6 | 163 | 127 | 66 |
| Binary | 110101 | 11110000 | 100100 | 1001110 | 0 | 1010101 | 110 | 1110011 | 1010111 | 110110 |
Color Harmonies of #35F024
Complementary color
Monochromatic Colors of #35F024
Black with #35F024
Text Example
Text Example
White with #35F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35F024; }
p { color: rgb(53,240,36); }
H1.HeaderClassName
{
color: #35F024;
}
.AnyTagClassName
{
color: #35F024;
}
</style>
background-color css
<style>
a { background-color: #35F024; }
a { background-color: rgb(53,240,36); }
div.DivClassName
{
background-color: #35F024;
}
.BgClassName
{
background-color: #35F024;
}
</style>
border-color css
<style>
span { border-color: #35F024; }
span { border-color: rgb(53,240,36); }
td.TdClassName
{
border-color: #35F024;
}
.TagClassName
{
border-color: #35F024;
}
</style>