Shades of Lime Green #3ECB2F
Tints of Lime Green #3ECB2F
RGB
CMYK
RGB Variations
Color information
#3ECB2F (or 0x3ECB2F) is known color: Lime Green. HEX triplet: 3E, CB and 2F. RGB value is (62,203,47). Sum of RGB (Red+Green+Blue) = 62+203+47=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECB2F is #C134D0. Grayscale: #8F8F8F. Windows color (decimal): -12661969 or 3132222. OLE color: 3132222.
HSL color Cylindrical-coordinate representation of color #3ECB2F: hue angle of 114.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ECB2F is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 47 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.20 |
| HSL | 114.23º | 0.62% | 0.49% | - |
| HSV(B) | 114.23º | 0.77% | 0.8% | - |
| XYZ | 23.86 | 43.94 | 9.91 | - |
| YUV | 143.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 47 | 0.69 | 0 | 0.77 | 0.20 | 114.23 | 0.62 | 0.49 |
| Hex | 3E | CB | 2F | 45 | 0 | 4D | 14 | 72 | 3E | 31 |
| Octal | 76 | 313 | 57 | 105 | 0 | 115 | 24 | 162 | 76 | 61 |
| Binary | 111110 | 11001011 | 101111 | 1000101 | 0 | 1001101 | 10100 | 1110010 | 111110 | 110001 |
Color Harmonies of #3ECB2F
Complementary color
Monochromatic Colors of #3ECB2F
Black with #3ECB2F
Text Example
Text Example
White with #3ECB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECB2F; }
p { color: rgb(62,203,47); }
H1.HeaderClassName
{
color: #3ECB2F;
}
.AnyTagClassName
{
color: #3ECB2F;
}
</style>
background-color css
<style>
a { background-color: #3ECB2F; }
a { background-color: rgb(62,203,47); }
div.DivClassName
{
background-color: #3ECB2F;
}
.BgClassName
{
background-color: #3ECB2F;
}
</style>
border-color css
<style>
span { border-color: #3ECB2F; }
span { border-color: rgb(62,203,47); }
td.TdClassName
{
border-color: #3ECB2F;
}
.TagClassName
{
border-color: #3ECB2F;
}
</style>