Shades of Lime Green #3EBC28
Tints of Lime Green #3EBC28
RGB
CMYK
RGB Variations
Color information
#3EBC28 (or 0x3EBC28) is known color: Lime Green. HEX triplet: 3E, BC and 28. RGB value is (62,188,40). Sum of RGB (Red+Green+Blue) = 62+188+40=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC28 is #C143D7. Grayscale: #858585. Windows color (decimal): -12665816 or 2669630. OLE color: 2669630.
HSL color Cylindrical-coordinate representation of color #3EBC28: hue angle of 111.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EBC28 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 40 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.26 |
| HSL | 111.08º | 0.65% | 0.45% | - |
| HSV(B) | 111.08º | 0.79% | 0.74% | - |
| XYZ | 20.35 | 37.14 | 8.1 | - |
| YUV | 133.45 | 75.26 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 40 | 0.67 | 0 | 0.79 | 0.26 | 111.08 | 0.65 | 0.45 |
| Hex | 3E | BC | 28 | 43 | 0 | 4F | 1A | 6F | 41 | 2D |
| Octal | 76 | 274 | 50 | 103 | 0 | 117 | 32 | 157 | 101 | 55 |
| Binary | 111110 | 10111100 | 101000 | 1000011 | 0 | 1001111 | 11010 | 1101111 | 1000001 | 101101 |
Color Harmonies of #3EBC28
Complementary color
Monochromatic Colors of #3EBC28
Black with #3EBC28
Text Example
Text Example
White with #3EBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC28; }
p { color: rgb(62,188,40); }
H1.HeaderClassName
{
color: #3EBC28;
}
.AnyTagClassName
{
color: #3EBC28;
}
</style>
background-color css
<style>
a { background-color: #3EBC28; }
a { background-color: rgb(62,188,40); }
div.DivClassName
{
background-color: #3EBC28;
}
.BgClassName
{
background-color: #3EBC28;
}
</style>
border-color css
<style>
span { border-color: #3EBC28; }
span { border-color: rgb(62,188,40); }
td.TdClassName
{
border-color: #3EBC28;
}
.TagClassName
{
border-color: #3EBC28;
}
</style>