Shades of Lime Green #3FEE26
Tints of Lime Green #3FEE26
RGB
CMYK
RGB Variations
Color information
#3FEE26 (or 0x3FEE26) is known color: Lime Green. HEX triplet: 3F, EE and 26. RGB value is (63,238,38). Sum of RGB (Red+Green+Blue) = 63+238+38=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 238 (93.36% from 255 or 70.21% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE26 is #C011D9. Grayscale: #A3A3A3. Windows color (decimal): -12587482 or 2551359. OLE color: 2551359.
HSL color Cylindrical-coordinate representation of color #3FEE26: hue angle of 112.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FEE26 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.07 |
| HSL | 112.5º | 0.85% | 0.54% | - |
| HSV(B) | 112.5º | 0.84% | 0.93% | - |
| XYZ | 32.97 | 62.35 | 12.13 | - |
| YUV | 162.88 | 57.52 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 38 | 0.74 | 0 | 0.84 | 0.07 | 112.5 | 0.85 | 0.54 |
| Hex | 3F | EE | 26 | 4A | 0 | 54 | 7 | 70 | 55 | 36 |
| Octal | 77 | 356 | 46 | 112 | 0 | 124 | 7 | 160 | 125 | 66 |
| Binary | 111111 | 11101110 | 100110 | 1001010 | 0 | 1010100 | 111 | 1110000 | 1010101 | 110110 |
Color Harmonies of #3FEE26
Complementary color
Monochromatic Colors of #3FEE26
Black with #3FEE26
Text Example
Text Example
White with #3FEE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE26; }
p { color: rgb(63,238,38); }
H1.HeaderClassName
{
color: #3FEE26;
}
.AnyTagClassName
{
color: #3FEE26;
}
</style>
background-color css
<style>
a { background-color: #3FEE26; }
a { background-color: rgb(63,238,38); }
div.DivClassName
{
background-color: #3FEE26;
}
.BgClassName
{
background-color: #3FEE26;
}
</style>
border-color css
<style>
span { border-color: #3FEE26; }
span { border-color: rgb(63,238,38); }
td.TdClassName
{
border-color: #3FEE26;
}
.TagClassName
{
border-color: #3FEE26;
}
</style>