Shades of Lime Green #35DD4D
Tints of Lime Green #35DD4D
RGB
CMYK
RGB Variations
Color information
#35DD4D (or 0x35DD4D) is known color: Lime Green. HEX triplet: 35, DD and 4D. RGB value is (53,221,77). Sum of RGB (Red+Green+Blue) = 53+221+77=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD4D is #CA22B2. Grayscale: #9A9A9A. Windows color (decimal): -13247155 or 5102901. OLE color: 5102901.
HSL color Cylindrical-coordinate representation of color #35DD4D: hue angle of 128.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DD4D is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 77 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.13 |
| HSL | 128.57º | 0.71% | 0.54% | - |
| HSV(B) | 128.57º | 0.76% | 0.87% | - |
| XYZ | 28.66 | 53.01 | 15.74 | - |
| YUV | 154.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 77 | 0.76 | 0 | 0.65 | 0.13 | 128.57 | 0.71 | 0.54 |
| Hex | 35 | DD | 4D | 4C | 0 | 41 | D | 81 | 47 | 36 |
| Octal | 65 | 335 | 115 | 114 | 0 | 101 | 15 | 201 | 107 | 66 |
| Binary | 110101 | 11011101 | 1001101 | 1001100 | 0 | 1000001 | 1101 | 10000001 | 1000111 | 110110 |
Color Harmonies of #35DD4D
Complementary color
Monochromatic Colors of #35DD4D
Black with #35DD4D
Text Example
Text Example
White with #35DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD4D; }
p { color: rgb(53,221,77); }
H1.HeaderClassName
{
color: #35DD4D;
}
.AnyTagClassName
{
color: #35DD4D;
}
</style>
background-color css
<style>
a { background-color: #35DD4D; }
a { background-color: rgb(53,221,77); }
div.DivClassName
{
background-color: #35DD4D;
}
.BgClassName
{
background-color: #35DD4D;
}
</style>
border-color css
<style>
span { border-color: #35DD4D; }
span { border-color: rgb(53,221,77); }
td.TdClassName
{
border-color: #35DD4D;
}
.TagClassName
{
border-color: #35DD4D;
}
</style>