Shades of Lime Green #35DB2B
Tints of Lime Green #35DB2B
RGB
CMYK
RGB Variations
Color information
#35DB2B (or 0x35DB2B) is known color: Lime Green. HEX triplet: 35, DB and 2B. RGB value is (53,219,43). Sum of RGB (Red+Green+Blue) = 53+219+43=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DB2B is #CA24D4. Grayscale: #959595. Windows color (decimal): -13247701 or 2874165. OLE color: 2874165.
HSL color Cylindrical-coordinate representation of color #35DB2B: hue angle of 116.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35DB2B is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 219 | 43 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.14 |
| HSL | 116.59º | 0.71% | 0.51% | - |
| HSV(B) | 116.59º | 0.8% | 0.86% | - |
| XYZ | 27.24 | 51.59 | 10.81 | - |
| YUV | 149.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 219 | 43 | 0.76 | 0 | 0.80 | 0.14 | 116.59 | 0.71 | 0.51 |
| Hex | 35 | DB | 2B | 4C | 0 | 50 | E | 75 | 47 | 33 |
| Octal | 65 | 333 | 53 | 114 | 0 | 120 | 16 | 165 | 107 | 63 |
| Binary | 110101 | 11011011 | 101011 | 1001100 | 0 | 1010000 | 1110 | 1110101 | 1000111 | 110011 |
Color Harmonies of #35DB2B
Complementary color
Monochromatic Colors of #35DB2B
Black with #35DB2B
Text Example
Text Example
White with #35DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35DB2B; }
p { color: rgb(53,219,43); }
H1.HeaderClassName
{
color: #35DB2B;
}
.AnyTagClassName
{
color: #35DB2B;
}
</style>
background-color css
<style>
a { background-color: #35DB2B; }
a { background-color: rgb(53,219,43); }
div.DivClassName
{
background-color: #35DB2B;
}
.BgClassName
{
background-color: #35DB2B;
}
</style>
border-color css
<style>
span { border-color: #35DB2B; }
span { border-color: rgb(53,219,43); }
td.TdClassName
{
border-color: #35DB2B;
}
.TagClassName
{
border-color: #35DB2B;
}
</style>