Shades of Lime Green #3ECB28
Tints of Lime Green #3ECB28
RGB
CMYK
RGB Variations
Color information
#3ECB28 (or 0x3ECB28) is known color: Lime Green. HEX triplet: 3E, CB and 28. RGB value is (62,203,40). Sum of RGB (Red+Green+Blue) = 62+203+40=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECB28 is #C134D7. Grayscale: #8E8E8E. Windows color (decimal): -12661976 or 2673470. OLE color: 2673470.
HSL color Cylindrical-coordinate representation of color #3ECB28: hue angle of 111.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3ECB28 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 40 | - |
| CMYK | 0.69 | 0 | 0.80 | 0.20 |
| HSL | 111.9º | 0.67% | 0.48% | - |
| HSV(B) | 111.9º | 0.8% | 0.8% | - |
| XYZ | 23.73 | 43.89 | 9.23 | - |
| YUV | 142.26 | 70.29 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 40 | 0.69 | 0 | 0.80 | 0.20 | 111.9 | 0.67 | 0.48 |
| Hex | 3E | CB | 28 | 45 | 0 | 50 | 14 | 70 | 43 | 30 |
| Octal | 76 | 313 | 50 | 105 | 0 | 120 | 24 | 160 | 103 | 60 |
| Binary | 111110 | 11001011 | 101000 | 1000101 | 0 | 1010000 | 10100 | 1110000 | 1000011 | 110000 |
Color Harmonies of #3ECB28
Complementary color
Monochromatic Colors of #3ECB28
Black with #3ECB28
Text Example
Text Example
White with #3ECB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECB28; }
p { color: rgb(62,203,40); }
H1.HeaderClassName
{
color: #3ECB28;
}
.AnyTagClassName
{
color: #3ECB28;
}
</style>
background-color css
<style>
a { background-color: #3ECB28; }
a { background-color: rgb(62,203,40); }
div.DivClassName
{
background-color: #3ECB28;
}
.BgClassName
{
background-color: #3ECB28;
}
</style>
border-color css
<style>
span { border-color: #3ECB28; }
span { border-color: rgb(62,203,40); }
td.TdClassName
{
border-color: #3ECB28;
}
.TagClassName
{
border-color: #3ECB28;
}
</style>