Shades of Lime Green #3EDB34
Tints of Lime Green #3EDB34
RGB
CMYK
RGB Variations
Color information
#3EDB34 (or 0x3EDB34) is known color: Lime Green. HEX triplet: 3E, DB and 34. RGB value is (62,219,52). Sum of RGB (Red+Green+Blue) = 62+219+52=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDB34 is #C124CB. Grayscale: #999999. Windows color (decimal): -12657868 or 3463998. OLE color: 3463998.
HSL color Cylindrical-coordinate representation of color #3EDB34: hue angle of 116.41º 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 #3EDB34 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 52 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.14 |
| HSL | 116.41º | 0.7% | 0.53% | - |
| HSV(B) | 116.41º | 0.76% | 0.86% | - |
| XYZ | 27.94 | 51.94 | 11.8 | - |
| YUV | 153.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 52 | 0.72 | 0 | 0.76 | 0.14 | 116.41 | 0.7 | 0.53 |
| Hex | 3E | DB | 34 | 48 | 0 | 4C | E | 74 | 46 | 35 |
| Octal | 76 | 333 | 64 | 110 | 0 | 114 | 16 | 164 | 106 | 65 |
| Binary | 111110 | 11011011 | 110100 | 1001000 | 0 | 1001100 | 1110 | 1110100 | 1000110 | 110101 |
Color Harmonies of #3EDB34
Complementary color
Monochromatic Colors of #3EDB34
Black with #3EDB34
Text Example
Text Example
White with #3EDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDB34; }
p { color: rgb(62,219,52); }
H1.HeaderClassName
{
color: #3EDB34;
}
.AnyTagClassName
{
color: #3EDB34;
}
</style>
background-color css
<style>
a { background-color: #3EDB34; }
a { background-color: rgb(62,219,52); }
div.DivClassName
{
background-color: #3EDB34;
}
.BgClassName
{
background-color: #3EDB34;
}
</style>
border-color css
<style>
span { border-color: #3EDB34; }
span { border-color: rgb(62,219,52); }
td.TdClassName
{
border-color: #3EDB34;
}
.TagClassName
{
border-color: #3EDB34;
}
</style>