Shades of Lime Green #3FE128
Tints of Lime Green #3FE128
RGB
CMYK
RGB Variations
Color information
#3FE128 (or 0x3FE128) is known color: Lime Green. HEX triplet: 3F, E1 and 28. RGB value is (63,225,40). Sum of RGB (Red+Green+Blue) = 63+225+40=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE128 is #C01ED7. Grayscale: #9C9C9C. Windows color (decimal): -12590808 or 2679103. OLE color: 2679103.
HSL color Cylindrical-coordinate representation of color #3FE128: hue angle of 112.54º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FE128 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 40 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.12 |
| HSL | 112.54º | 0.76% | 0.52% | - |
| HSV(B) | 112.54º | 0.82% | 0.88% | - |
| XYZ | 29.36 | 55.06 | 11.09 | - |
| YUV | 155.47 | 62.83 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 40 | 0.72 | 0 | 0.82 | 0.12 | 112.54 | 0.76 | 0.52 |
| Hex | 3F | E1 | 28 | 48 | 0 | 52 | C | 71 | 4C | 34 |
| Octal | 77 | 341 | 50 | 110 | 0 | 122 | 14 | 161 | 114 | 64 |
| Binary | 111111 | 11100001 | 101000 | 1001000 | 0 | 1010010 | 1100 | 1110001 | 1001100 | 110100 |
Color Harmonies of #3FE128
Complementary color
Monochromatic Colors of #3FE128
Black with #3FE128
Text Example
Text Example
White with #3FE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE128; }
p { color: rgb(63,225,40); }
H1.HeaderClassName
{
color: #3FE128;
}
.AnyTagClassName
{
color: #3FE128;
}
</style>
background-color css
<style>
a { background-color: #3FE128; }
a { background-color: rgb(63,225,40); }
div.DivClassName
{
background-color: #3FE128;
}
.BgClassName
{
background-color: #3FE128;
}
</style>
border-color css
<style>
span { border-color: #3FE128; }
span { border-color: rgb(63,225,40); }
td.TdClassName
{
border-color: #3FE128;
}
.TagClassName
{
border-color: #3FE128;
}
</style>