Shades of Lime Green #3EFA2D
Tints of Lime Green #3EFA2D
RGB
CMYK
RGB Variations
Color information
#3EFA2D (or 0x3EFA2D) is known color: Lime Green. HEX triplet: 3E, FA and 2D. RGB value is (62,250,45). Sum of RGB (Red+Green+Blue) = 62+250+45=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFA2D is #C105D2. Grayscale: #ABABAB. Windows color (decimal): -12649939 or 3013182. OLE color: 3013182.
HSL color Cylindrical-coordinate representation of color #3EFA2D: hue angle of 115.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EFA2D is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 45 | - |
| CMYK | 0.75 | 0 | 0.82 | 0.02 |
| HSL | 115.02º | 0.95% | 0.58% | - |
| HSV(B) | 115.02º | 0.82% | 0.98% | - |
| XYZ | 36.65 | 69.58 | 13.98 | - |
| YUV | 170.42 | 57.22 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 45 | 0.75 | 0 | 0.82 | 0.02 | 115.02 | 0.95 | 0.58 |
| Hex | 3E | FA | 2D | 4B | 0 | 52 | 2 | 73 | 5F | 3A |
| Octal | 76 | 372 | 55 | 113 | 0 | 122 | 2 | 163 | 137 | 72 |
| Binary | 111110 | 11111010 | 101101 | 1001011 | 0 | 1010010 | 10 | 1110011 | 1011111 | 111010 |
Color Harmonies of #3EFA2D
Complementary color
Monochromatic Colors of #3EFA2D
Black with #3EFA2D
Text Example
Text Example
White with #3EFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA2D; }
p { color: rgb(62,250,45); }
H1.HeaderClassName
{
color: #3EFA2D;
}
.AnyTagClassName
{
color: #3EFA2D;
}
</style>
background-color css
<style>
a { background-color: #3EFA2D; }
a { background-color: rgb(62,250,45); }
div.DivClassName
{
background-color: #3EFA2D;
}
.BgClassName
{
background-color: #3EFA2D;
}
</style>
border-color css
<style>
span { border-color: #3EFA2D; }
span { border-color: rgb(62,250,45); }
td.TdClassName
{
border-color: #3EFA2D;
}
.TagClassName
{
border-color: #3EFA2D;
}
</style>