Shades of Lime Green #3EEF3D
Tints of Lime Green #3EEF3D
RGB
CMYK
RGB Variations
Color information
#3EEF3D (or 0x3EEF3D) is known color: Lime Green. HEX triplet: 3E, EF and 3D. RGB value is (62,239,61). Sum of RGB (Red+Green+Blue) = 62+239+61=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 239 (93.75% from 255 or 66.02% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEF3D is #C110C2. Grayscale: #A6A6A6. Windows color (decimal): -12652739 or 4058942. OLE color: 4058942.
HSL color Cylindrical-coordinate representation of color #3EEF3D: hue angle of 119.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEF3D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 61 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.06 |
| HSL | 119.66º | 0.85% | 0.59% | - |
| HSV(B) | 119.66º | 0.74% | 0.94% | - |
| XYZ | 33.7 | 63.09 | 14.82 | - |
| YUV | 165.79 | 68.86 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 61 | 0.74 | 0 | 0.74 | 0.06 | 119.66 | 0.85 | 0.59 |
| Hex | 3E | EF | 3D | 4A | 0 | 4A | 6 | 78 | 55 | 3B |
| Octal | 76 | 357 | 75 | 112 | 0 | 112 | 6 | 170 | 125 | 73 |
| Binary | 111110 | 11101111 | 111101 | 1001010 | 0 | 1001010 | 110 | 1111000 | 1010101 | 111011 |
Color Harmonies of #3EEF3D
Complementary color
Monochromatic Colors of #3EEF3D
Black with #3EEF3D
Text Example
Text Example
White with #3EEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEF3D; }
p { color: rgb(62,239,61); }
H1.HeaderClassName
{
color: #3EEF3D;
}
.AnyTagClassName
{
color: #3EEF3D;
}
</style>
background-color css
<style>
a { background-color: #3EEF3D; }
a { background-color: rgb(62,239,61); }
div.DivClassName
{
background-color: #3EEF3D;
}
.BgClassName
{
background-color: #3EEF3D;
}
</style>
border-color css
<style>
span { border-color: #3EEF3D; }
span { border-color: rgb(62,239,61); }
td.TdClassName
{
border-color: #3EEF3D;
}
.TagClassName
{
border-color: #3EEF3D;
}
</style>