Shades of Lime Green #35DD49
Tints of Lime Green #35DD49
RGB
CMYK
RGB Variations
Color information
#35DD49 (or 0x35DD49) is known color: Lime Green. HEX triplet: 35, DD and 49. RGB value is (53,221,73). Sum of RGB (Red+Green+Blue) = 53+221+73=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DD49 is #CA22B6. Grayscale: #9A9A9A. Windows color (decimal): -13247159 or 4840757. OLE color: 4840757.
HSL color Cylindrical-coordinate representation of color #35DD49: hue angle of 127.14º 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 #35DD49 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 73 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.13 |
| HSL | 127.14º | 0.71% | 0.54% | - |
| HSV(B) | 127.14º | 0.76% | 0.87% | - |
| XYZ | 28.53 | 52.95 | 15.02 | - |
| YUV | 153.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 73 | 0.76 | 0 | 0.67 | 0.13 | 127.14 | 0.71 | 0.54 |
| Hex | 35 | DD | 49 | 4C | 0 | 43 | D | 7F | 47 | 36 |
| Octal | 65 | 335 | 111 | 114 | 0 | 103 | 15 | 177 | 107 | 66 |
| Binary | 110101 | 11011101 | 1001001 | 1001100 | 0 | 1000011 | 1101 | 1111111 | 1000111 | 110110 |
Color Harmonies of #35DD49
Complementary color
Monochromatic Colors of #35DD49
Black with #35DD49
Text Example
Text Example
White with #35DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD49; }
p { color: rgb(53,221,73); }
H1.HeaderClassName
{
color: #35DD49;
}
.AnyTagClassName
{
color: #35DD49;
}
</style>
background-color css
<style>
a { background-color: #35DD49; }
a { background-color: rgb(53,221,73); }
div.DivClassName
{
background-color: #35DD49;
}
.BgClassName
{
background-color: #35DD49;
}
</style>
border-color css
<style>
span { border-color: #35DD49; }
span { border-color: rgb(53,221,73); }
td.TdClassName
{
border-color: #35DD49;
}
.TagClassName
{
border-color: #35DD49;
}
</style>