Shades of Lime Green #3ECF2B
Tints of Lime Green #3ECF2B
RGB
CMYK
RGB Variations
Color information
#3ECF2B (or 0x3ECF2B) is known color: Lime Green. HEX triplet: 3E, CF and 2B. RGB value is (62,207,43). Sum of RGB (Red+Green+Blue) = 62+207+43=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF2B is #C130D4. Grayscale: #919191. Windows color (decimal): -12660949 or 2871102. OLE color: 2871102.
HSL color Cylindrical-coordinate representation of color #3ECF2B: hue angle of 113.05º degrees, saturation: 0.66, 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 #3ECF2B is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 43 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.19 |
| HSL | 113.05º | 0.66% | 0.49% | - |
| HSV(B) | 113.05º | 0.79% | 0.81% | - |
| XYZ | 24.74 | 45.82 | 9.83 | - |
| YUV | 144.95 | 70.46 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 43 | 0.70 | 0 | 0.79 | 0.19 | 113.05 | 0.66 | 0.49 |
| Hex | 3E | CF | 2B | 46 | 0 | 4F | 13 | 71 | 42 | 31 |
| Octal | 76 | 317 | 53 | 106 | 0 | 117 | 23 | 161 | 102 | 61 |
| Binary | 111110 | 11001111 | 101011 | 1000110 | 0 | 1001111 | 10011 | 1110001 | 1000010 | 110001 |
Color Harmonies of #3ECF2B
Complementary color
Monochromatic Colors of #3ECF2B
Black with #3ECF2B
Text Example
Text Example
White with #3ECF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF2B; }
p { color: rgb(62,207,43); }
H1.HeaderClassName
{
color: #3ECF2B;
}
.AnyTagClassName
{
color: #3ECF2B;
}
</style>
background-color css
<style>
a { background-color: #3ECF2B; }
a { background-color: rgb(62,207,43); }
div.DivClassName
{
background-color: #3ECF2B;
}
.BgClassName
{
background-color: #3ECF2B;
}
</style>
border-color css
<style>
span { border-color: #3ECF2B; }
span { border-color: rgb(62,207,43); }
td.TdClassName
{
border-color: #3ECF2B;
}
.TagClassName
{
border-color: #3ECF2B;
}
</style>