Shades of Lime Green #3FE01B
Tints of Lime Green #3FE01B
RGB
CMYK
RGB Variations
Color information
#3FE01B (or 0x3FE01B) is known color: Lime Green. HEX triplet: 3F, E0 and 1B. RGB value is (63,224,27). Sum of RGB (Red+Green+Blue) = 63+224+27=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 224 (87.89% from 255 or 71.34% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE01B is #C01FE4. Grayscale: #9A9A9A. Windows color (decimal): -12591077 or 1826879. OLE color: 1826879.
HSL color Cylindrical-coordinate representation of color #3FE01B: hue angle of 109.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FE01B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.12 |
| HSL | 109.04º | 0.78% | 0.49% | - |
| HSV(B) | 109.04º | 0.88% | 0.88% | - |
| XYZ | 28.9 | 54.45 | 10.02 | - |
| YUV | 153.4 | 56.66 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 27 | 0.72 | 0 | 0.88 | 0.12 | 109.04 | 0.78 | 0.49 |
| Hex | 3F | E0 | 1B | 48 | 0 | 58 | C | 6D | 4E | 31 |
| Octal | 77 | 340 | 33 | 110 | 0 | 130 | 14 | 155 | 116 | 61 |
| Binary | 111111 | 11100000 | 11011 | 1001000 | 0 | 1011000 | 1100 | 1101101 | 1001110 | 110001 |
Color Harmonies of #3FE01B
Complementary color
Monochromatic Colors of #3FE01B
Black with #3FE01B
Text Example
Text Example
White with #3FE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE01B; }
p { color: rgb(63,224,27); }
H1.HeaderClassName
{
color: #3FE01B;
}
.AnyTagClassName
{
color: #3FE01B;
}
</style>
background-color css
<style>
a { background-color: #3FE01B; }
a { background-color: rgb(63,224,27); }
div.DivClassName
{
background-color: #3FE01B;
}
.BgClassName
{
background-color: #3FE01B;
}
</style>
border-color css
<style>
span { border-color: #3FE01B; }
span { border-color: rgb(63,224,27); }
td.TdClassName
{
border-color: #3FE01B;
}
.TagClassName
{
border-color: #3FE01B;
}
</style>