Shades of Lime Green #35DD54
Tints of Lime Green #35DD54
RGB
CMYK
RGB Variations
Color information
#35DD54 (or 0x35DD54) is known color: Lime Green. HEX triplet: 35, DD and 54. RGB value is (53,221,84). Sum of RGB (Red+Green+Blue) = 53+221+84=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DD54 is #CA22AB. Grayscale: #9B9B9B. Windows color (decimal): -13247148 or 5561653. OLE color: 5561653.
HSL color Cylindrical-coordinate representation of color #35DD54: hue angle of 131.07º 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 #35DD54 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 221 | 84 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.13 |
| HSL | 131.07º | 0.71% | 0.54% | - |
| HSV(B) | 131.07º | 0.76% | 0.87% | - |
| XYZ | 28.92 | 53.11 | 17.11 | - |
| YUV | 155.15 | 87.84 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 221 | 84 | 0.76 | 0 | 0.62 | 0.13 | 131.07 | 0.71 | 0.54 |
| Hex | 35 | DD | 54 | 4C | 0 | 3E | D | 83 | 47 | 36 |
| Octal | 65 | 335 | 124 | 114 | 0 | 76 | 15 | 203 | 107 | 66 |
| Binary | 110101 | 11011101 | 1010100 | 1001100 | 0 | 111110 | 1101 | 10000011 | 1000111 | 110110 |
Color Harmonies of #35DD54
Complementary color
Monochromatic Colors of #35DD54
Black with #35DD54
Text Example
Text Example
White with #35DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DD54; }
p { color: rgb(53,221,84); }
H1.HeaderClassName
{
color: #35DD54;
}
.AnyTagClassName
{
color: #35DD54;
}
</style>
background-color css
<style>
a { background-color: #35DD54; }
a { background-color: rgb(53,221,84); }
div.DivClassName
{
background-color: #35DD54;
}
.BgClassName
{
background-color: #35DD54;
}
</style>
border-color css
<style>
span { border-color: #35DD54; }
span { border-color: rgb(53,221,84); }
td.TdClassName
{
border-color: #35DD54;
}
.TagClassName
{
border-color: #35DD54;
}
</style>