Shades of Lime Green #35CA4D
Tints of Lime Green #35CA4D
RGB
CMYK
RGB Variations
Color information
#35CA4D (or 0x35CA4D) is known color: Lime Green. HEX triplet: 35, CA and 4D. RGB value is (53,202,77). Sum of RGB (Red+Green+Blue) = 53+202+77=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA4D is #CA35B2. Grayscale: #8F8F8F. Windows color (decimal): -13252019 or 5098037. OLE color: 5098037.
HSL color Cylindrical-coordinate representation of color #35CA4D: hue angle of 129.66º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA4D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 202 | 77 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.21 |
| HSL | 129.66º | 0.58% | 0.5% | - |
| HSV(B) | 129.66º | 0.74% | 0.79% | - |
| XYZ | 23.93 | 43.53 | 14.16 | - |
| YUV | 143.2 | 90.64 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 202 | 77 | 0.74 | 0 | 0.62 | 0.21 | 129.66 | 0.58 | 0.5 |
| Hex | 35 | CA | 4D | 4A | 0 | 3E | 15 | 82 | 3A | 32 |
| Octal | 65 | 312 | 115 | 112 | 0 | 76 | 25 | 202 | 72 | 62 |
| Binary | 110101 | 11001010 | 1001101 | 1001010 | 0 | 111110 | 10101 | 10000010 | 111010 | 110010 |
Color Harmonies of #35CA4D
Complementary color
Monochromatic Colors of #35CA4D
Black with #35CA4D
Text Example
Text Example
White with #35CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CA4D; }
p { color: rgb(53,202,77); }
H1.HeaderClassName
{
color: #35CA4D;
}
.AnyTagClassName
{
color: #35CA4D;
}
</style>
background-color css
<style>
a { background-color: #35CA4D; }
a { background-color: rgb(53,202,77); }
div.DivClassName
{
background-color: #35CA4D;
}
.BgClassName
{
background-color: #35CA4D;
}
</style>
border-color css
<style>
span { border-color: #35CA4D; }
span { border-color: rgb(53,202,77); }
td.TdClassName
{
border-color: #35CA4D;
}
.TagClassName
{
border-color: #35CA4D;
}
</style>