Shades of Lime Green #3ED52C
Tints of Lime Green #3ED52C
RGB
CMYK
RGB Variations
Color information
#3ED52C (or 0x3ED52C) is known color: Lime Green. HEX triplet: 3E, D5 and 2C. RGB value is (62,213,44). Sum of RGB (Red+Green+Blue) = 62+213+44=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED52C is #C12AD3. Grayscale: #959595. Windows color (decimal): -12659412 or 2938174. OLE color: 2938174.
HSL color Cylindrical-coordinate representation of color #3ED52C: hue angle of 113.61º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3ED52C is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 213 | 44 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.16 |
| HSL | 113.61º | 0.67% | 0.5% | - |
| HSV(B) | 113.61º | 0.79% | 0.84% | - |
| XYZ | 26.24 | 48.79 | 10.42 | - |
| YUV | 148.59 | 68.97 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 44 | 0.71 | 0 | 0.79 | 0.16 | 113.61 | 0.67 | 0.5 |
| Hex | 3E | D5 | 2C | 47 | 0 | 4F | 10 | 72 | 43 | 32 |
| Octal | 76 | 325 | 54 | 107 | 0 | 117 | 20 | 162 | 103 | 62 |
| Binary | 111110 | 11010101 | 101100 | 1000111 | 0 | 1001111 | 10000 | 1110010 | 1000011 | 110010 |
Color Harmonies of #3ED52C
Complementary color
Monochromatic Colors of #3ED52C
Black with #3ED52C
Text Example
Text Example
White with #3ED52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED52C; }
p { color: rgb(62,213,44); }
H1.HeaderClassName
{
color: #3ED52C;
}
.AnyTagClassName
{
color: #3ED52C;
}
</style>
background-color css
<style>
a { background-color: #3ED52C; }
a { background-color: rgb(62,213,44); }
div.DivClassName
{
background-color: #3ED52C;
}
.BgClassName
{
background-color: #3ED52C;
}
</style>
border-color css
<style>
span { border-color: #3ED52C; }
span { border-color: rgb(62,213,44); }
td.TdClassName
{
border-color: #3ED52C;
}
.TagClassName
{
border-color: #3ED52C;
}
</style>