Shades of Lime Green #3FEA26
Tints of Lime Green #3FEA26
RGB
CMYK
RGB Variations
Color information
#3FEA26 (or 0x3FEA26) is known color: Lime Green. HEX triplet: 3F, EA and 26. RGB value is (63,234,38). Sum of RGB (Red+Green+Blue) = 63+234+38=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 234 (91.80% from 255 or 69.85% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA26 is #C015D9. Grayscale: #A1A1A1. Windows color (decimal): -12588506 or 2550335. OLE color: 2550335.
HSL color Cylindrical-coordinate representation of color #3FEA26: hue angle of 112.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FEA26 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 38 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.08 |
| HSL | 112.35º | 0.82% | 0.53% | - |
| HSV(B) | 112.35º | 0.84% | 0.92% | - |
| XYZ | 31.82 | 60.04 | 11.75 | - |
| YUV | 160.53 | 58.85 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 38 | 0.73 | 0 | 0.84 | 0.08 | 112.35 | 0.82 | 0.53 |
| Hex | 3F | EA | 26 | 49 | 0 | 54 | 8 | 70 | 52 | 35 |
| Octal | 77 | 352 | 46 | 111 | 0 | 124 | 10 | 160 | 122 | 65 |
| Binary | 111111 | 11101010 | 100110 | 1001001 | 0 | 1010100 | 1000 | 1110000 | 1010010 | 110101 |
Color Harmonies of #3FEA26
Complementary color
Monochromatic Colors of #3FEA26
Black with #3FEA26
Text Example
Text Example
White with #3FEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA26; }
p { color: rgb(63,234,38); }
H1.HeaderClassName
{
color: #3FEA26;
}
.AnyTagClassName
{
color: #3FEA26;
}
</style>
background-color css
<style>
a { background-color: #3FEA26; }
a { background-color: rgb(63,234,38); }
div.DivClassName
{
background-color: #3FEA26;
}
.BgClassName
{
background-color: #3FEA26;
}
</style>
border-color css
<style>
span { border-color: #3FEA26; }
span { border-color: rgb(63,234,38); }
td.TdClassName
{
border-color: #3FEA26;
}
.TagClassName
{
border-color: #3FEA26;
}
</style>