Shades of Lime Green #3ECE38
Tints of Lime Green #3ECE38
RGB
CMYK
RGB Variations
Color information
#3ECE38 (or 0x3ECE38) is known color: Lime Green. HEX triplet: 3E, CE and 38. RGB value is (62,206,56). Sum of RGB (Red+Green+Blue) = 62+206+56=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE38 is #C131C7. Grayscale: #929292. Windows color (decimal): -12661192 or 3722814. OLE color: 3722814.
HSL color Cylindrical-coordinate representation of color #3ECE38: hue angle of 117.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ECE38 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 56 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.19 |
| HSL | 117.6º | 0.6% | 0.51% | - |
| HSV(B) | 117.6º | 0.73% | 0.81% | - |
| XYZ | 24.77 | 45.45 | 11.21 | - |
| YUV | 145.84 | 77.29 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 56 | 0.70 | 0 | 0.73 | 0.19 | 117.6 | 0.6 | 0.51 |
| Hex | 3E | CE | 38 | 46 | 0 | 49 | 13 | 76 | 3C | 33 |
| Octal | 76 | 316 | 70 | 106 | 0 | 111 | 23 | 166 | 74 | 63 |
| Binary | 111110 | 11001110 | 111000 | 1000110 | 0 | 1001001 | 10011 | 1110110 | 111100 | 110011 |
Color Harmonies of #3ECE38
Complementary color
Monochromatic Colors of #3ECE38
Black with #3ECE38
Text Example
Text Example
White with #3ECE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE38; }
p { color: rgb(62,206,56); }
H1.HeaderClassName
{
color: #3ECE38;
}
.AnyTagClassName
{
color: #3ECE38;
}
</style>
background-color css
<style>
a { background-color: #3ECE38; }
a { background-color: rgb(62,206,56); }
div.DivClassName
{
background-color: #3ECE38;
}
.BgClassName
{
background-color: #3ECE38;
}
</style>
border-color css
<style>
span { border-color: #3ECE38; }
span { border-color: rgb(62,206,56); }
td.TdClassName
{
border-color: #3ECE38;
}
.TagClassName
{
border-color: #3ECE38;
}
</style>