Shades of Lime Green #3EBD39
Tints of Lime Green #3EBD39
RGB
CMYK
RGB Variations
Color information
#3EBD39 (or 0x3EBD39) is known color: Lime Green. HEX triplet: 3E, BD and 39. RGB value is (62,189,57). Sum of RGB (Red+Green+Blue) = 62+189+57=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #3EBD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBD39 is #C142C6. Grayscale: #888888. Windows color (decimal): -12665543 or 3783998. OLE color: 3783998.
HSL color Cylindrical-coordinate representation of color #3EBD39: hue angle of 117.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBD39 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 189 | 57 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.26 |
| HSL | 117.73º | 0.54% | 0.48% | - |
| HSV(B) | 117.73º | 0.7% | 0.74% | - |
| XYZ | 20.92 | 37.71 | 10.05 | - |
| YUV | 135.98 | 83.42 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 189 | 57 | 0.67 | 0 | 0.70 | 0.26 | 117.73 | 0.54 | 0.48 |
| Hex | 3E | BD | 39 | 43 | 0 | 46 | 1A | 76 | 36 | 30 |
| Octal | 76 | 275 | 71 | 103 | 0 | 106 | 32 | 166 | 66 | 60 |
| Binary | 111110 | 10111101 | 111001 | 1000011 | 0 | 1000110 | 11010 | 1110110 | 110110 | 110000 |
Color Harmonies of #3EBD39
Complementary color
Monochromatic Colors of #3EBD39
Black with #3EBD39
Text Example
Text Example
White with #3EBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBD39; }
p { color: rgb(62,189,57); }
H1.HeaderClassName
{
color: #3EBD39;
}
.AnyTagClassName
{
color: #3EBD39;
}
</style>
background-color css
<style>
a { background-color: #3EBD39; }
a { background-color: rgb(62,189,57); }
div.DivClassName
{
background-color: #3EBD39;
}
.BgClassName
{
background-color: #3EBD39;
}
</style>
border-color css
<style>
span { border-color: #3EBD39; }
span { border-color: rgb(62,189,57); }
td.TdClassName
{
border-color: #3EBD39;
}
.TagClassName
{
border-color: #3EBD39;
}
</style>