Shades of Lime Green #35CA24
Tints of Lime Green #35CA24
RGB
CMYK
RGB Variations
Color information
#35CA24 (or 0x35CA24) is known color: Lime Green. HEX triplet: 35, CA and 24. RGB value is (53,202,36). Sum of RGB (Red+Green+Blue) = 53+202+36=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 202 (79.30% from 255 or 69.42% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA24 is #CA35DB. Grayscale: #8B8B8B. Windows color (decimal): -13252060 or 2411061. OLE color: 2411061.
HSL color Cylindrical-coordinate representation of color #35CA24: hue angle of 113.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35CA24 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 36 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.21 |
| HSL | 113.86º | 0.7% | 0.47% | - |
| HSV(B) | 113.86º | 0.82% | 0.79% | - |
| XYZ | 22.91 | 43.13 | 8.79 | - |
| YUV | 138.53 | 70.14 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 36 | 0.74 | 0 | 0.82 | 0.21 | 113.86 | 0.7 | 0.47 |
| Hex | 35 | CA | 24 | 4A | 0 | 52 | 15 | 72 | 46 | 2F |
| Octal | 65 | 312 | 44 | 112 | 0 | 122 | 25 | 162 | 106 | 57 |
| Binary | 110101 | 11001010 | 100100 | 1001010 | 0 | 1010010 | 10101 | 1110010 | 1000110 | 101111 |
Color Harmonies of #35CA24
Complementary color
Monochromatic Colors of #35CA24
Black with #35CA24
Text Example
Text Example
White with #35CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA24; }
p { color: rgb(53,202,36); }
H1.HeaderClassName
{
color: #35CA24;
}
.AnyTagClassName
{
color: #35CA24;
}
</style>
background-color css
<style>
a { background-color: #35CA24; }
a { background-color: rgb(53,202,36); }
div.DivClassName
{
background-color: #35CA24;
}
.BgClassName
{
background-color: #35CA24;
}
</style>
border-color css
<style>
span { border-color: #35CA24; }
span { border-color: rgb(53,202,36); }
td.TdClassName
{
border-color: #35CA24;
}
.TagClassName
{
border-color: #35CA24;
}
</style>