Shades of Lime Green #35C54D
Tints of Lime Green #35C54D
RGB
CMYK
RGB Variations
Color information
#35C54D (or 0x35C54D) is known color: Lime Green. HEX triplet: 35, C5 and 4D. RGB value is (53,197,77). Sum of RGB (Red+Green+Blue) = 53+197+77=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #35C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C54D is #CA3AB2. Grayscale: #8C8C8C. Windows color (decimal): -13253299 or 5096757. OLE color: 5096757.
HSL color Cylindrical-coordinate representation of color #35C54D: hue angle of 130º degrees, saturation: 0.58, 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 #35C54D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 197 | 77 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.23 |
| HSL | 130º | 0.58% | 0.49% | - |
| HSV(B) | 130º | 0.73% | 0.77% | - |
| XYZ | 22.77 | 41.23 | 13.78 | - |
| YUV | 140.26 | 92.29 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 197 | 77 | 0.73 | 0 | 0.61 | 0.23 | 130 | 0.58 | 0.49 |
| Hex | 35 | C5 | 4D | 49 | 0 | 3D | 17 | 82 | 3A | 31 |
| Octal | 65 | 305 | 115 | 111 | 0 | 75 | 27 | 202 | 72 | 61 |
| Binary | 110101 | 11000101 | 1001101 | 1001001 | 0 | 111101 | 10111 | 10000010 | 111010 | 110001 |
Color Harmonies of #35C54D
Complementary color
Monochromatic Colors of #35C54D
Black with #35C54D
Text Example
Text Example
White with #35C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C54D; }
p { color: rgb(53,197,77); }
H1.HeaderClassName
{
color: #35C54D;
}
.AnyTagClassName
{
color: #35C54D;
}
</style>
background-color css
<style>
a { background-color: #35C54D; }
a { background-color: rgb(53,197,77); }
div.DivClassName
{
background-color: #35C54D;
}
.BgClassName
{
background-color: #35C54D;
}
</style>
border-color css
<style>
span { border-color: #35C54D; }
span { border-color: rgb(53,197,77); }
td.TdClassName
{
border-color: #35C54D;
}
.TagClassName
{
border-color: #35C54D;
}
</style>