Shades of Lime Green #3FEF38
Tints of Lime Green #3FEF38
RGB
CMYK
RGB Variations
Color information
#3FEF38 (or 0x3FEF38) is known color: Lime Green. HEX triplet: 3F, EF and 38. RGB value is (63,239,56). Sum of RGB (Red+Green+Blue) = 63+239+56=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF38 is #C010C7. Grayscale: #A6A6A6. Windows color (decimal): -12587208 or 3731263. OLE color: 3731263.
HSL color Cylindrical-coordinate representation of color #3FEF38: hue angle of 117.7º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FEF38 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 56 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.06 |
| HSL | 117.7º | 0.85% | 0.58% | - |
| HSV(B) | 117.7º | 0.77% | 0.94% | - |
| XYZ | 33.63 | 63.08 | 14.14 | - |
| YUV | 165.51 | 66.19 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 56 | 0.74 | 0 | 0.77 | 0.06 | 117.7 | 0.85 | 0.58 |
| Hex | 3F | EF | 38 | 4A | 0 | 4D | 6 | 76 | 55 | 3A |
| Octal | 77 | 357 | 70 | 112 | 0 | 115 | 6 | 166 | 125 | 72 |
| Binary | 111111 | 11101111 | 111000 | 1001010 | 0 | 1001101 | 110 | 1110110 | 1010101 | 111010 |
Color Harmonies of #3FEF38
Complementary color
Monochromatic Colors of #3FEF38
Black with #3FEF38
Text Example
Text Example
White with #3FEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF38; }
p { color: rgb(63,239,56); }
H1.HeaderClassName
{
color: #3FEF38;
}
.AnyTagClassName
{
color: #3FEF38;
}
</style>
background-color css
<style>
a { background-color: #3FEF38; }
a { background-color: rgb(63,239,56); }
div.DivClassName
{
background-color: #3FEF38;
}
.BgClassName
{
background-color: #3FEF38;
}
</style>
border-color css
<style>
span { border-color: #3FEF38; }
span { border-color: rgb(63,239,56); }
td.TdClassName
{
border-color: #3FEF38;
}
.TagClassName
{
border-color: #3FEF38;
}
</style>