Shades of Lime Green #3ECB2B
Tints of Lime Green #3ECB2B
RGB
CMYK
RGB Variations
Color information
#3ECB2B (or 0x3ECB2B) is known color: Lime Green. HEX triplet: 3E, CB and 2B. RGB value is (62,203,43). Sum of RGB (Red+Green+Blue) = 62+203+43=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECB2B is #C134D4. Grayscale: #8F8F8F. Windows color (decimal): -12661973 or 2870078. OLE color: 2870078.
HSL color Cylindrical-coordinate representation of color #3ECB2B: hue angle of 112.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ECB2B is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 43 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.20 |
| HSL | 112.88º | 0.65% | 0.48% | - |
| HSV(B) | 112.88º | 0.79% | 0.8% | - |
| XYZ | 23.78 | 43.91 | 9.51 | - |
| YUV | 142.6 | 71.79 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 43 | 0.69 | 0 | 0.79 | 0.20 | 112.88 | 0.65 | 0.48 |
| Hex | 3E | CB | 2B | 45 | 0 | 4F | 14 | 71 | 41 | 30 |
| Octal | 76 | 313 | 53 | 105 | 0 | 117 | 24 | 161 | 101 | 60 |
| Binary | 111110 | 11001011 | 101011 | 1000101 | 0 | 1001111 | 10100 | 1110001 | 1000001 | 110000 |
Color Harmonies of #3ECB2B
Complementary color
Monochromatic Colors of #3ECB2B
Black with #3ECB2B
Text Example
Text Example
White with #3ECB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECB2B; }
p { color: rgb(62,203,43); }
H1.HeaderClassName
{
color: #3ECB2B;
}
.AnyTagClassName
{
color: #3ECB2B;
}
</style>
background-color css
<style>
a { background-color: #3ECB2B; }
a { background-color: rgb(62,203,43); }
div.DivClassName
{
background-color: #3ECB2B;
}
.BgClassName
{
background-color: #3ECB2B;
}
</style>
border-color css
<style>
span { border-color: #3ECB2B; }
span { border-color: rgb(62,203,43); }
td.TdClassName
{
border-color: #3ECB2B;
}
.TagClassName
{
border-color: #3ECB2B;
}
</style>