Shades of Lime Green #3EB130
Tints of Lime Green #3EB130
RGB
CMYK
RGB Variations
Color information
#3EB130 (or 0x3EB130) is known color: Lime Green. HEX triplet: 3E, B1 and 30. RGB value is (62,177,48). Sum of RGB (Red+Green+Blue) = 62+177+48=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #3EB130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EB130 is #C14ECF. Grayscale: #808080. Windows color (decimal): -12668624 or 3191102. OLE color: 3191102.
HSL color Cylindrical-coordinate representation of color #3EB130: hue angle of 113.49º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EB130 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 177 | 48 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.31 |
| HSL | 113.49º | 0.57% | 0.44% | - |
| HSV(B) | 113.49º | 0.73% | 0.69% | - |
| XYZ | 18.24 | 32.68 | 8.14 | - |
| YUV | 127.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 177 | 48 | 0.65 | 0 | 0.73 | 0.31 | 113.49 | 0.57 | 0.44 |
| Hex | 3E | B1 | 30 | 41 | 0 | 49 | 1F | 71 | 39 | 2C |
| Octal | 76 | 261 | 60 | 101 | 0 | 111 | 37 | 161 | 71 | 54 |
| Binary | 111110 | 10110001 | 110000 | 1000001 | 0 | 1001001 | 11111 | 1110001 | 111001 | 101100 |
Color Harmonies of #3EB130
Complementary color
Monochromatic Colors of #3EB130
Black with #3EB130
Text Example
Text Example
White with #3EB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB130; }
p { color: rgb(62,177,48); }
H1.HeaderClassName
{
color: #3EB130;
}
.AnyTagClassName
{
color: #3EB130;
}
</style>
background-color css
<style>
a { background-color: #3EB130; }
a { background-color: rgb(62,177,48); }
div.DivClassName
{
background-color: #3EB130;
}
.BgClassName
{
background-color: #3EB130;
}
</style>
border-color css
<style>
span { border-color: #3EB130; }
span { border-color: rgb(62,177,48); }
td.TdClassName
{
border-color: #3EB130;
}
.TagClassName
{
border-color: #3EB130;
}
</style>