Shades of Lime Green #35D14D
Tints of Lime Green #35D14D
RGB
CMYK
RGB Variations
Color information
#35D14D (or 0x35D14D) is known color: Lime Green. HEX triplet: 35, D1 and 4D. RGB value is (53,209,77). Sum of RGB (Red+Green+Blue) = 53+209+77=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #35D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D14D is #CA2EB2. Grayscale: #939393. Windows color (decimal): -13250227 or 5099829. OLE color: 5099829.
HSL color Cylindrical-coordinate representation of color #35D14D: hue angle of 129.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D14D is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 209 | 77 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.18 |
| HSL | 129.23º | 0.63% | 0.51% | - |
| HSV(B) | 129.23º | 0.75% | 0.82% | - |
| XYZ | 25.61 | 46.89 | 14.72 | - |
| YUV | 147.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 77 | 0.75 | 0 | 0.63 | 0.18 | 129.23 | 0.63 | 0.51 |
| Hex | 35 | D1 | 4D | 4B | 0 | 3F | 12 | 81 | 3F | 33 |
| Octal | 65 | 321 | 115 | 113 | 0 | 77 | 22 | 201 | 77 | 63 |
| Binary | 110101 | 11010001 | 1001101 | 1001011 | 0 | 111111 | 10010 | 10000001 | 111111 | 110011 |
Color Harmonies of #35D14D
Complementary color
Monochromatic Colors of #35D14D
Black with #35D14D
Text Example
Text Example
White with #35D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D14D; }
p { color: rgb(53,209,77); }
H1.HeaderClassName
{
color: #35D14D;
}
.AnyTagClassName
{
color: #35D14D;
}
</style>
background-color css
<style>
a { background-color: #35D14D; }
a { background-color: rgb(53,209,77); }
div.DivClassName
{
background-color: #35D14D;
}
.BgClassName
{
background-color: #35D14D;
}
</style>
border-color css
<style>
span { border-color: #35D14D; }
span { border-color: rgb(53,209,77); }
td.TdClassName
{
border-color: #35D14D;
}
.TagClassName
{
border-color: #35D14D;
}
</style>