Shades of Lime Green #3EED45
Tints of Lime Green #3EED45
RGB
CMYK
RGB Variations
Color information
#3EED45 (or 0x3EED45) is known color: Lime Green. HEX triplet: 3E, ED and 45. RGB value is (62,237,69). Sum of RGB (Red+Green+Blue) = 62+237+69=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EED45 is #C112BA. Grayscale: #A6A6A6. Windows color (decimal): -12653243 or 4582718. OLE color: 4582718.
HSL color Cylindrical-coordinate representation of color #3EED45: hue angle of 122.4º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EED45 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 69 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.07 |
| HSL | 122.4º | 0.83% | 0.59% | - |
| HSV(B) | 122.4º | 0.74% | 0.93% | - |
| XYZ | 33.34 | 62.02 | 15.84 | - |
| YUV | 165.52 | 73.52 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 69 | 0.74 | 0 | 0.71 | 0.07 | 122.4 | 0.83 | 0.59 |
| Hex | 3E | ED | 45 | 4A | 0 | 47 | 7 | 7A | 53 | 3B |
| Octal | 76 | 355 | 105 | 112 | 0 | 107 | 7 | 172 | 123 | 73 |
| Binary | 111110 | 11101101 | 1000101 | 1001010 | 0 | 1000111 | 111 | 1111010 | 1010011 | 111011 |
Color Harmonies of #3EED45
Complementary color
Monochromatic Colors of #3EED45
Black with #3EED45
Text Example
Text Example
White with #3EED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EED45; }
p { color: rgb(62,237,69); }
H1.HeaderClassName
{
color: #3EED45;
}
.AnyTagClassName
{
color: #3EED45;
}
</style>
background-color css
<style>
a { background-color: #3EED45; }
a { background-color: rgb(62,237,69); }
div.DivClassName
{
background-color: #3EED45;
}
.BgClassName
{
background-color: #3EED45;
}
</style>
border-color css
<style>
span { border-color: #3EED45; }
span { border-color: rgb(62,237,69); }
td.TdClassName
{
border-color: #3EED45;
}
.TagClassName
{
border-color: #3EED45;
}
</style>