Shades of Lime Green #3EDE34
Tints of Lime Green #3EDE34
RGB
CMYK
RGB Variations
Color information
#3EDE34 (or 0x3EDE34) is known color: Lime Green. HEX triplet: 3E, DE and 34. RGB value is (62,222,52). Sum of RGB (Red+Green+Blue) = 62+222+52=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 222 (87.11% from 255 or 66.07% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 222 - color contains mainly: green. Hex color #3EDE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDE34 is #C121CB. Grayscale: #9B9B9B. Windows color (decimal): -12657100 or 3464766. OLE color: 3464766.
HSL color Cylindrical-coordinate representation of color #3EDE34: hue angle of 116.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EDE34 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 222 | 52 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.13 |
| HSL | 116.47º | 0.72% | 0.54% | - |
| HSV(B) | 116.47º | 0.77% | 0.87% | - |
| XYZ | 28.73 | 53.51 | 12.06 | - |
| YUV | 154.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 52 | 0.72 | 0 | 0.77 | 0.13 | 116.47 | 0.72 | 0.54 |
| Hex | 3E | DE | 34 | 48 | 0 | 4D | D | 74 | 48 | 36 |
| Octal | 76 | 336 | 64 | 110 | 0 | 115 | 15 | 164 | 110 | 66 |
| Binary | 111110 | 11011110 | 110100 | 1001000 | 0 | 1001101 | 1101 | 1110100 | 1001000 | 110110 |
Color Harmonies of #3EDE34
Complementary color
Monochromatic Colors of #3EDE34
Black with #3EDE34
Text Example
Text Example
White with #3EDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDE34; }
p { color: rgb(62,222,52); }
H1.HeaderClassName
{
color: #3EDE34;
}
.AnyTagClassName
{
color: #3EDE34;
}
</style>
background-color css
<style>
a { background-color: #3EDE34; }
a { background-color: rgb(62,222,52); }
div.DivClassName
{
background-color: #3EDE34;
}
.BgClassName
{
background-color: #3EDE34;
}
</style>
border-color css
<style>
span { border-color: #3EDE34; }
span { border-color: rgb(62,222,52); }
td.TdClassName
{
border-color: #3EDE34;
}
.TagClassName
{
border-color: #3EDE34;
}
</style>