Shades of Lime Green #35C44D
Tints of Lime Green #35C44D
RGB
CMYK
RGB Variations
Color information
#35C44D (or 0x35C44D) is known color: Lime Green. HEX triplet: 35, C4 and 4D. RGB value is (53,196,77). Sum of RGB (Red+Green+Blue) = 53+196+77=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #35C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C44D is #CA3BB2. Grayscale: #8C8C8C. Windows color (decimal): -13253555 or 5096501. OLE color: 5096501.
HSL color Cylindrical-coordinate representation of color #35C44D: hue angle of 130.07º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C44D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 196 | 77 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.23 |
| HSL | 130.07º | 0.57% | 0.49% | - |
| HSV(B) | 130.07º | 0.73% | 0.77% | - |
| XYZ | 22.55 | 40.77 | 13.7 | - |
| YUV | 139.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 77 | 0.73 | 0 | 0.61 | 0.23 | 130.07 | 0.57 | 0.49 |
| Hex | 35 | C4 | 4D | 49 | 0 | 3D | 17 | 82 | 39 | 31 |
| Octal | 65 | 304 | 115 | 111 | 0 | 75 | 27 | 202 | 71 | 61 |
| Binary | 110101 | 11000100 | 1001101 | 1001001 | 0 | 111101 | 10111 | 10000010 | 111001 | 110001 |
Color Harmonies of #35C44D
Complementary color
Monochromatic Colors of #35C44D
Black with #35C44D
Text Example
Text Example
White with #35C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C44D; }
p { color: rgb(53,196,77); }
H1.HeaderClassName
{
color: #35C44D;
}
.AnyTagClassName
{
color: #35C44D;
}
</style>
background-color css
<style>
a { background-color: #35C44D; }
a { background-color: rgb(53,196,77); }
div.DivClassName
{
background-color: #35C44D;
}
.BgClassName
{
background-color: #35C44D;
}
</style>
border-color css
<style>
span { border-color: #35C44D; }
span { border-color: rgb(53,196,77); }
td.TdClassName
{
border-color: #35C44D;
}
.TagClassName
{
border-color: #35C44D;
}
</style>