Shades of Lime Green #35CA31
Tints of Lime Green #35CA31
RGB
CMYK
RGB Variations
Color information
#35CA31 (or 0x35CA31) is known color: Lime Green. HEX triplet: 35, CA and 31. RGB value is (53,202,49). Sum of RGB (Red+Green+Blue) = 53+202+49=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CA31 is #CA35CE. Grayscale: #8C8C8C. Windows color (decimal): -13252047 or 3263029. OLE color: 3263029.
HSL color Cylindrical-coordinate representation of color #35CA31: hue angle of 118.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35CA31 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 49 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.21 |
| HSL | 118.43º | 0.61% | 0.49% | - |
| HSV(B) | 118.43º | 0.76% | 0.79% | - |
| XYZ | 23.14 | 43.22 | 10.03 | - |
| YUV | 140.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 49 | 0.74 | 0 | 0.76 | 0.21 | 118.43 | 0.61 | 0.49 |
| Hex | 35 | CA | 31 | 4A | 0 | 4C | 15 | 76 | 3D | 31 |
| Octal | 65 | 312 | 61 | 112 | 0 | 114 | 25 | 166 | 75 | 61 |
| Binary | 110101 | 11001010 | 110001 | 1001010 | 0 | 1001100 | 10101 | 1110110 | 111101 | 110001 |
Color Harmonies of #35CA31
Complementary color
Monochromatic Colors of #35CA31
Black with #35CA31
Text Example
Text Example
White with #35CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA31; }
p { color: rgb(53,202,49); }
H1.HeaderClassName
{
color: #35CA31;
}
.AnyTagClassName
{
color: #35CA31;
}
</style>
background-color css
<style>
a { background-color: #35CA31; }
a { background-color: rgb(53,202,49); }
div.DivClassName
{
background-color: #35CA31;
}
.BgClassName
{
background-color: #35CA31;
}
</style>
border-color css
<style>
span { border-color: #35CA31; }
span { border-color: rgb(53,202,49); }
td.TdClassName
{
border-color: #35CA31;
}
.TagClassName
{
border-color: #35CA31;
}
</style>