Shades of Lime Green #3FE11B
Tints of Lime Green #3FE11B
RGB
CMYK
RGB Variations
Color information
#3FE11B (or 0x3FE11B) is known color: Lime Green. HEX triplet: 3F, E1 and 1B. RGB value is (63,225,27). Sum of RGB (Red+Green+Blue) = 63+225+27=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE11B is #C01EE4. Grayscale: #9A9A9A. Windows color (decimal): -12590821 or 1827135. OLE color: 1827135.
HSL color Cylindrical-coordinate representation of color #3FE11B: hue angle of 109.09º degrees, saturation: 0.79, 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 #3FE11B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 27 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.12 |
| HSL | 109.09º | 0.79% | 0.49% | - |
| HSV(B) | 109.09º | 0.88% | 0.88% | - |
| XYZ | 29.17 | 54.99 | 10.11 | - |
| YUV | 153.99 | 56.33 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 27 | 0.72 | 0 | 0.88 | 0.12 | 109.09 | 0.79 | 0.49 |
| Hex | 3F | E1 | 1B | 48 | 0 | 58 | C | 6D | 4F | 31 |
| Octal | 77 | 341 | 33 | 110 | 0 | 130 | 14 | 155 | 117 | 61 |
| Binary | 111111 | 11100001 | 11011 | 1001000 | 0 | 1011000 | 1100 | 1101101 | 1001111 | 110001 |
Color Harmonies of #3FE11B
Complementary color
Monochromatic Colors of #3FE11B
Black with #3FE11B
Text Example
Text Example
White with #3FE11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE11B; }
p { color: rgb(63,225,27); }
H1.HeaderClassName
{
color: #3FE11B;
}
.AnyTagClassName
{
color: #3FE11B;
}
</style>
background-color css
<style>
a { background-color: #3FE11B; }
a { background-color: rgb(63,225,27); }
div.DivClassName
{
background-color: #3FE11B;
}
.BgClassName
{
background-color: #3FE11B;
}
</style>
border-color css
<style>
span { border-color: #3FE11B; }
span { border-color: rgb(63,225,27); }
td.TdClassName
{
border-color: #3FE11B;
}
.TagClassName
{
border-color: #3FE11B;
}
</style>