Shades of Lime Green #3FEE39
Tints of Lime Green #3FEE39
RGB
CMYK
RGB Variations
Color information
#3FEE39 (or 0x3FEE39) is known color: Lime Green. HEX triplet: 3F, EE and 39. RGB value is (63,238,57). Sum of RGB (Red+Green+Blue) = 63+238+57=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 238 (93.36% from 255 or 66.48% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE39 is #C011C6. Grayscale: #A5A5A5. Windows color (decimal): -12587463 or 3796543. OLE color: 3796543.
HSL color Cylindrical-coordinate representation of color #3FEE39: hue angle of 118.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FEE39 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 57 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.07 |
| HSL | 118.01º | 0.84% | 0.58% | - |
| HSV(B) | 118.01º | 0.76% | 0.93% | - |
| XYZ | 33.36 | 62.5 | 14.18 | - |
| YUV | 165.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 57 | 0.74 | 0 | 0.76 | 0.07 | 118.01 | 0.84 | 0.58 |
| Hex | 3F | EE | 39 | 4A | 0 | 4C | 7 | 76 | 54 | 3A |
| Octal | 77 | 356 | 71 | 112 | 0 | 114 | 7 | 166 | 124 | 72 |
| Binary | 111111 | 11101110 | 111001 | 1001010 | 0 | 1001100 | 111 | 1110110 | 1010100 | 111010 |
Color Harmonies of #3FEE39
Complementary color
Monochromatic Colors of #3FEE39
Black with #3FEE39
Text Example
Text Example
White with #3FEE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE39; }
p { color: rgb(63,238,57); }
H1.HeaderClassName
{
color: #3FEE39;
}
.AnyTagClassName
{
color: #3FEE39;
}
</style>
background-color css
<style>
a { background-color: #3FEE39; }
a { background-color: rgb(63,238,57); }
div.DivClassName
{
background-color: #3FEE39;
}
.BgClassName
{
background-color: #3FEE39;
}
</style>
border-color css
<style>
span { border-color: #3FEE39; }
span { border-color: rgb(63,238,57); }
td.TdClassName
{
border-color: #3FEE39;
}
.TagClassName
{
border-color: #3FEE39;
}
</style>