Shades of Lime Green #3FE02B
Tints of Lime Green #3FE02B
RGB
CMYK
RGB Variations
Color information
#3FE02B (or 0x3FE02B) is known color: Lime Green. HEX triplet: 3F, E0 and 2B. RGB value is (63,224,43). Sum of RGB (Red+Green+Blue) = 63+224+43=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE02B is #C01FD4. Grayscale: #9B9B9B. Windows color (decimal): -12591061 or 2875455. OLE color: 2875455.
HSL color Cylindrical-coordinate representation of color #3FE02B: hue angle of 113.37º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FE02B is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 43 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.12 |
| HSL | 113.37º | 0.74% | 0.52% | - |
| HSV(B) | 113.37º | 0.81% | 0.88% | - |
| XYZ | 29.14 | 54.54 | 11.28 | - |
| YUV | 155.23 | 64.66 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 43 | 0.72 | 0 | 0.81 | 0.12 | 113.37 | 0.74 | 0.52 |
| Hex | 3F | E0 | 2B | 48 | 0 | 51 | C | 71 | 4A | 34 |
| Octal | 77 | 340 | 53 | 110 | 0 | 121 | 14 | 161 | 112 | 64 |
| Binary | 111111 | 11100000 | 101011 | 1001000 | 0 | 1010001 | 1100 | 1110001 | 1001010 | 110100 |
Color Harmonies of #3FE02B
Complementary color
Monochromatic Colors of #3FE02B
Black with #3FE02B
Text Example
Text Example
White with #3FE02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE02B; }
p { color: rgb(63,224,43); }
H1.HeaderClassName
{
color: #3FE02B;
}
.AnyTagClassName
{
color: #3FE02B;
}
</style>
background-color css
<style>
a { background-color: #3FE02B; }
a { background-color: rgb(63,224,43); }
div.DivClassName
{
background-color: #3FE02B;
}
.BgClassName
{
background-color: #3FE02B;
}
</style>
border-color css
<style>
span { border-color: #3FE02B; }
span { border-color: rgb(63,224,43); }
td.TdClassName
{
border-color: #3FE02B;
}
.TagClassName
{
border-color: #3FE02B;
}
</style>