Shades of Lime Green #35DB40
Tints of Lime Green #35DB40
RGB
CMYK
RGB Variations
Color information
#35DB40 (or 0x35DB40) is known color: Lime Green. HEX triplet: 35, DB and 40. RGB value is (53,219,64). Sum of RGB (Red+Green+Blue) = 53+219+64=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DB40 is #CA24BF. Grayscale: #989898. Windows color (decimal): -13247680 or 4250421. OLE color: 4250421.
HSL color Cylindrical-coordinate representation of color #35DB40: hue angle of 123.98º 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 #35DB40 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 64 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.14 |
| HSL | 123.98º | 0.7% | 0.53% | - |
| HSV(B) | 123.98º | 0.76% | 0.86% | - |
| XYZ | 27.73 | 51.79 | 13.39 | - |
| YUV | 151.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 64 | 0.76 | 0 | 0.71 | 0.14 | 123.98 | 0.7 | 0.53 |
| Hex | 35 | DB | 40 | 4C | 0 | 47 | E | 7C | 46 | 35 |
| Octal | 65 | 333 | 100 | 114 | 0 | 107 | 16 | 174 | 106 | 65 |
| Binary | 110101 | 11011011 | 1000000 | 1001100 | 0 | 1000111 | 1110 | 1111100 | 1000110 | 110101 |
Color Harmonies of #35DB40
Complementary color
Monochromatic Colors of #35DB40
Black with #35DB40
Text Example
Text Example
White with #35DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB40; }
p { color: rgb(53,219,64); }
H1.HeaderClassName
{
color: #35DB40;
}
.AnyTagClassName
{
color: #35DB40;
}
</style>
background-color css
<style>
a { background-color: #35DB40; }
a { background-color: rgb(53,219,64); }
div.DivClassName
{
background-color: #35DB40;
}
.BgClassName
{
background-color: #35DB40;
}
</style>
border-color css
<style>
span { border-color: #35DB40; }
span { border-color: rgb(53,219,64); }
td.TdClassName
{
border-color: #35DB40;
}
.TagClassName
{
border-color: #35DB40;
}
</style>