Shades of Lime Green #3EF329
Tints of Lime Green #3EF329
RGB
CMYK
RGB Variations
Color information
#3EF329 (or 0x3EF329) is known color: Lime Green. HEX triplet: 3E, F3 and 29. RGB value is (62,243,41). Sum of RGB (Red+Green+Blue) = 62+243+41=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #3EF329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EF329 is #C10CD6. Grayscale: #A6A6A6. Windows color (decimal): -12651735 or 2749246. OLE color: 2749246.
HSL color Cylindrical-coordinate representation of color #3EF329: hue angle of 113.76º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3EF329 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 243 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.05 |
| HSL | 113.76º | 0.89% | 0.56% | - |
| HSV(B) | 113.76º | 0.83% | 0.95% | - |
| XYZ | 34.44 | 65.29 | 12.88 | - |
| YUV | 165.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 243 | 41 | 0.74 | 0 | 0.83 | 0.05 | 113.76 | 0.89 | 0.56 |
| Hex | 3E | F3 | 29 | 4A | 0 | 53 | 5 | 72 | 59 | 38 |
| Octal | 76 | 363 | 51 | 112 | 0 | 123 | 5 | 162 | 131 | 70 |
| Binary | 111110 | 11110011 | 101001 | 1001010 | 0 | 1010011 | 101 | 1110010 | 1011001 | 111000 |
Color Harmonies of #3EF329
Complementary color
Monochromatic Colors of #3EF329
Black with #3EF329
Text Example
Text Example
White with #3EF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF329; }
p { color: rgb(62,243,41); }
H1.HeaderClassName
{
color: #3EF329;
}
.AnyTagClassName
{
color: #3EF329;
}
</style>
background-color css
<style>
a { background-color: #3EF329; }
a { background-color: rgb(62,243,41); }
div.DivClassName
{
background-color: #3EF329;
}
.BgClassName
{
background-color: #3EF329;
}
</style>
border-color css
<style>
span { border-color: #3EF329; }
span { border-color: rgb(62,243,41); }
td.TdClassName
{
border-color: #3EF329;
}
.TagClassName
{
border-color: #3EF329;
}
</style>