Shades of Lime Green #35DB4A
Tints of Lime Green #35DB4A
RGB
CMYK
RGB Variations
Color information
#35DB4A (or 0x35DB4A) is known color: Lime Green. HEX triplet: 35, DB and 4A. RGB value is (53,219,74). Sum of RGB (Red+Green+Blue) = 53+219+74=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DB4A is #CA24B5. Grayscale: #999999. Windows color (decimal): -13247670 or 4905781. OLE color: 4905781.
HSL color Cylindrical-coordinate representation of color #35DB4A: hue angle of 127.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB4A is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 74 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.14 |
| HSL | 127.59º | 0.7% | 0.53% | - |
| HSV(B) | 127.59º | 0.76% | 0.86% | - |
| XYZ | 28.04 | 51.91 | 15.02 | - |
| YUV | 152.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 74 | 0.76 | 0 | 0.66 | 0.14 | 127.59 | 0.7 | 0.53 |
| Hex | 35 | DB | 4A | 4C | 0 | 42 | E | 80 | 46 | 35 |
| Octal | 65 | 333 | 112 | 114 | 0 | 102 | 16 | 200 | 106 | 65 |
| Binary | 110101 | 11011011 | 1001010 | 1001100 | 0 | 1000010 | 1110 | 10000000 | 1000110 | 110101 |
Color Harmonies of #35DB4A
Complementary color
Monochromatic Colors of #35DB4A
Black with #35DB4A
Text Example
Text Example
White with #35DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB4A; }
p { color: rgb(53,219,74); }
H1.HeaderClassName
{
color: #35DB4A;
}
.AnyTagClassName
{
color: #35DB4A;
}
</style>
background-color css
<style>
a { background-color: #35DB4A; }
a { background-color: rgb(53,219,74); }
div.DivClassName
{
background-color: #35DB4A;
}
.BgClassName
{
background-color: #35DB4A;
}
</style>
border-color css
<style>
span { border-color: #35DB4A; }
span { border-color: rgb(53,219,74); }
td.TdClassName
{
border-color: #35DB4A;
}
.TagClassName
{
border-color: #35DB4A;
}
</style>