Shades of Lime Green #3ED245
Tints of Lime Green #3ED245
RGB
CMYK
RGB Variations
Color information
#3ED245 (or 0x3ED245) is known color: Lime Green. HEX triplet: 3E, D2 and 45. RGB value is (62,210,69). Sum of RGB (Red+Green+Blue) = 62+210+69=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED245 is #C12DBA. Grayscale: #969696. Windows color (decimal): -12660155 or 4575806. OLE color: 4575806.
HSL color Cylindrical-coordinate representation of color #3ED245: hue angle of 122.84º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED245 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 210 | 69 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.18 |
| HSL | 122.84º | 0.62% | 0.53% | - |
| HSV(B) | 122.84º | 0.7% | 0.82% | - |
| XYZ | 26.11 | 47.55 | 13.43 | - |
| YUV | 149.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 69 | 0.70 | 0 | 0.67 | 0.18 | 122.84 | 0.62 | 0.53 |
| Hex | 3E | D2 | 45 | 46 | 0 | 43 | 12 | 7B | 3E | 35 |
| Octal | 76 | 322 | 105 | 106 | 0 | 103 | 22 | 173 | 76 | 65 |
| Binary | 111110 | 11010010 | 1000101 | 1000110 | 0 | 1000011 | 10010 | 1111011 | 111110 | 110101 |
Color Harmonies of #3ED245
Complementary color
Monochromatic Colors of #3ED245
Black with #3ED245
Text Example
Text Example
White with #3ED245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED245; }
p { color: rgb(62,210,69); }
H1.HeaderClassName
{
color: #3ED245;
}
.AnyTagClassName
{
color: #3ED245;
}
</style>
background-color css
<style>
a { background-color: #3ED245; }
a { background-color: rgb(62,210,69); }
div.DivClassName
{
background-color: #3ED245;
}
.BgClassName
{
background-color: #3ED245;
}
</style>
border-color css
<style>
span { border-color: #3ED245; }
span { border-color: rgb(62,210,69); }
td.TdClassName
{
border-color: #3ED245;
}
.TagClassName
{
border-color: #3ED245;
}
</style>