Shades of Lime Green #3FE828
Tints of Lime Green #3FE828
RGB
CMYK
RGB Variations
Color information
#3FE828 (or 0x3FE828) is known color: Lime Green. HEX triplet: 3F, E8 and 28. RGB value is (63,232,40). Sum of RGB (Red+Green+Blue) = 63+232+40=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 232 (91.02% from 255 or 69.25% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE828 is #C017D7. Grayscale: #A0A0A0. Windows color (decimal): -12589016 or 2680895. OLE color: 2680895.
HSL color Cylindrical-coordinate representation of color #3FE828: hue angle of 112.81º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE828 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 40 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.09 |
| HSL | 112.81º | 0.81% | 0.53% | - |
| HSV(B) | 112.81º | 0.83% | 0.91% | - |
| XYZ | 31.29 | 58.92 | 11.73 | - |
| YUV | 159.58 | 60.51 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 40 | 0.73 | 0 | 0.83 | 0.09 | 112.81 | 0.81 | 0.53 |
| Hex | 3F | E8 | 28 | 49 | 0 | 53 | 9 | 71 | 51 | 35 |
| Octal | 77 | 350 | 50 | 111 | 0 | 123 | 11 | 161 | 121 | 65 |
| Binary | 111111 | 11101000 | 101000 | 1001001 | 0 | 1010011 | 1001 | 1110001 | 1010001 | 110101 |
Color Harmonies of #3FE828
Complementary color
Monochromatic Colors of #3FE828
Black with #3FE828
Text Example
Text Example
White with #3FE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE828; }
p { color: rgb(63,232,40); }
H1.HeaderClassName
{
color: #3FE828;
}
.AnyTagClassName
{
color: #3FE828;
}
</style>
background-color css
<style>
a { background-color: #3FE828; }
a { background-color: rgb(63,232,40); }
div.DivClassName
{
background-color: #3FE828;
}
.BgClassName
{
background-color: #3FE828;
}
</style>
border-color css
<style>
span { border-color: #3FE828; }
span { border-color: rgb(63,232,40); }
td.TdClassName
{
border-color: #3FE828;
}
.TagClassName
{
border-color: #3FE828;
}
</style>