Shades of Lime Green #3EDB35
Tints of Lime Green #3EDB35
RGB
CMYK
RGB Variations
Color information
#3EDB35 (or 0x3EDB35) is known color: Lime Green. HEX triplet: 3E, DB and 35. RGB value is (62,219,53). Sum of RGB (Red+Green+Blue) = 62+219+53=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDB35 is #C124CA. Grayscale: #999999. Windows color (decimal): -12657867 or 3529534. OLE color: 3529534.
HSL color Cylindrical-coordinate representation of color #3EDB35: hue angle of 116.75º 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 #3EDB35 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 53 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.14 |
| HSL | 116.75º | 0.7% | 0.53% | - |
| HSV(B) | 116.75º | 0.76% | 0.86% | - |
| XYZ | 27.96 | 51.94 | 11.92 | - |
| YUV | 153.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 53 | 0.72 | 0 | 0.76 | 0.14 | 116.75 | 0.7 | 0.53 |
| Hex | 3E | DB | 35 | 48 | 0 | 4C | E | 75 | 46 | 35 |
| Octal | 76 | 333 | 65 | 110 | 0 | 114 | 16 | 165 | 106 | 65 |
| Binary | 111110 | 11011011 | 110101 | 1001000 | 0 | 1001100 | 1110 | 1110101 | 1000110 | 110101 |
Color Harmonies of #3EDB35
Complementary color
Monochromatic Colors of #3EDB35
Black with #3EDB35
Text Example
Text Example
White with #3EDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDB35; }
p { color: rgb(62,219,53); }
H1.HeaderClassName
{
color: #3EDB35;
}
.AnyTagClassName
{
color: #3EDB35;
}
</style>
background-color css
<style>
a { background-color: #3EDB35; }
a { background-color: rgb(62,219,53); }
div.DivClassName
{
background-color: #3EDB35;
}
.BgClassName
{
background-color: #3EDB35;
}
</style>
border-color css
<style>
span { border-color: #3EDB35; }
span { border-color: rgb(62,219,53); }
td.TdClassName
{
border-color: #3EDB35;
}
.TagClassName
{
border-color: #3EDB35;
}
</style>