Shades of Lime Green #3EED2B
Tints of Lime Green #3EED2B
RGB
CMYK
RGB Variations
Color information
#3EED2B (or 0x3EED2B) is known color: Lime Green. HEX triplet: 3E, ED and 2B. RGB value is (62,237,43). Sum of RGB (Red+Green+Blue) = 62+237+43=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EED2B is #C112D4. Grayscale: #A3A3A3. Windows color (decimal): -12653269 or 2878782. OLE color: 2878782.
HSL color Cylindrical-coordinate representation of color #3EED2B: hue angle of 114.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EED2B is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 237 | 43 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.07 |
| HSL | 114.12º | 0.84% | 0.55% | - |
| HSV(B) | 114.12º | 0.82% | 0.93% | - |
| XYZ | 32.71 | 61.77 | 12.48 | - |
| YUV | 162.56 | 60.52 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 237 | 43 | 0.74 | 0 | 0.82 | 0.07 | 114.12 | 0.84 | 0.55 |
| Hex | 3E | ED | 2B | 4A | 0 | 52 | 7 | 72 | 54 | 37 |
| Octal | 76 | 355 | 53 | 112 | 0 | 122 | 7 | 162 | 124 | 67 |
| Binary | 111110 | 11101101 | 101011 | 1001010 | 0 | 1010010 | 111 | 1110010 | 1010100 | 110111 |
Color Harmonies of #3EED2B
Complementary color
Monochromatic Colors of #3EED2B
Black with #3EED2B
Text Example
Text Example
White with #3EED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EED2B; }
p { color: rgb(62,237,43); }
H1.HeaderClassName
{
color: #3EED2B;
}
.AnyTagClassName
{
color: #3EED2B;
}
</style>
background-color css
<style>
a { background-color: #3EED2B; }
a { background-color: rgb(62,237,43); }
div.DivClassName
{
background-color: #3EED2B;
}
.BgClassName
{
background-color: #3EED2B;
}
</style>
border-color css
<style>
span { border-color: #3EED2B; }
span { border-color: rgb(62,237,43); }
td.TdClassName
{
border-color: #3EED2B;
}
.TagClassName
{
border-color: #3EED2B;
}
</style>