Shades of Lime Green #3ED238
Tints of Lime Green #3ED238
RGB
CMYK
RGB Variations
Color information
#3ED238 (or 0x3ED238) is known color: Lime Green. HEX triplet: 3E, D2 and 38. RGB value is (62,210,56). Sum of RGB (Red+Green+Blue) = 62+210+56=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED238 is #C12DC7. Grayscale: #949494. Windows color (decimal): -12660168 or 3723838. OLE color: 3723838.
HSL color Cylindrical-coordinate representation of color #3ED238: hue angle of 117.66º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ED238 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 56 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.18 |
| HSL | 117.66º | 0.63% | 0.52% | - |
| HSV(B) | 117.66º | 0.73% | 0.82% | - |
| XYZ | 25.75 | 47.4 | 11.53 | - |
| YUV | 148.19 | 75.97 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 56 | 0.70 | 0 | 0.73 | 0.18 | 117.66 | 0.63 | 0.52 |
| Hex | 3E | D2 | 38 | 46 | 0 | 49 | 12 | 76 | 3F | 34 |
| Octal | 76 | 322 | 70 | 106 | 0 | 111 | 22 | 166 | 77 | 64 |
| Binary | 111110 | 11010010 | 111000 | 1000110 | 0 | 1001001 | 10010 | 1110110 | 111111 | 110100 |
Color Harmonies of #3ED238
Complementary color
Monochromatic Colors of #3ED238
Black with #3ED238
Text Example
Text Example
White with #3ED238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED238; }
p { color: rgb(62,210,56); }
H1.HeaderClassName
{
color: #3ED238;
}
.AnyTagClassName
{
color: #3ED238;
}
</style>
background-color css
<style>
a { background-color: #3ED238; }
a { background-color: rgb(62,210,56); }
div.DivClassName
{
background-color: #3ED238;
}
.BgClassName
{
background-color: #3ED238;
}
</style>
border-color css
<style>
span { border-color: #3ED238; }
span { border-color: rgb(62,210,56); }
td.TdClassName
{
border-color: #3ED238;
}
.TagClassName
{
border-color: #3ED238;
}
</style>