Shades of Lime Green #3ECF2C
Tints of Lime Green #3ECF2C
RGB
CMYK
RGB Variations
Color information
#3ECF2C (or 0x3ECF2C) is known color: Lime Green. HEX triplet: 3E, CF and 2C. RGB value is (62,207,44). Sum of RGB (Red+Green+Blue) = 62+207+44=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF2C is #C130D3. Grayscale: #919191. Windows color (decimal): -12660948 or 2936638. OLE color: 2936638.
HSL color Cylindrical-coordinate representation of color #3ECF2C: hue angle of 113.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ECF2C is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 44 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.19 |
| HSL | 113.37º | 0.65% | 0.49% | - |
| HSV(B) | 113.37º | 0.79% | 0.81% | - |
| XYZ | 24.75 | 45.83 | 9.92 | - |
| YUV | 145.06 | 70.96 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 44 | 0.70 | 0 | 0.79 | 0.19 | 113.37 | 0.65 | 0.49 |
| Hex | 3E | CF | 2C | 46 | 0 | 4F | 13 | 71 | 41 | 31 |
| Octal | 76 | 317 | 54 | 106 | 0 | 117 | 23 | 161 | 101 | 61 |
| Binary | 111110 | 11001111 | 101100 | 1000110 | 0 | 1001111 | 10011 | 1110001 | 1000001 | 110001 |
Color Harmonies of #3ECF2C
Complementary color
Monochromatic Colors of #3ECF2C
Black with #3ECF2C
Text Example
Text Example
White with #3ECF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF2C; }
p { color: rgb(62,207,44); }
H1.HeaderClassName
{
color: #3ECF2C;
}
.AnyTagClassName
{
color: #3ECF2C;
}
</style>
background-color css
<style>
a { background-color: #3ECF2C; }
a { background-color: rgb(62,207,44); }
div.DivClassName
{
background-color: #3ECF2C;
}
.BgClassName
{
background-color: #3ECF2C;
}
</style>
border-color css
<style>
span { border-color: #3ECF2C; }
span { border-color: rgb(62,207,44); }
td.TdClassName
{
border-color: #3ECF2C;
}
.TagClassName
{
border-color: #3ECF2C;
}
</style>