Shades of Lime Green #3FE223
Tints of Lime Green #3FE223
RGB
CMYK
RGB Variations
Color information
#3FE223 (or 0x3FE223) is known color: Lime Green. HEX triplet: 3F, E2 and 23. RGB value is (63,226,35). Sum of RGB (Red+Green+Blue) = 63+226+35=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 226 (88.67% from 255 or 69.75% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE223 is #C01DDC. Grayscale: #9C9C9C. Windows color (decimal): -12590557 or 2351679. OLE color: 2351679.
HSL color Cylindrical-coordinate representation of color #3FE223: hue angle of 111.2º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FE223 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 35 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.11 |
| HSL | 111.2º | 0.77% | 0.51% | - |
| HSV(B) | 111.2º | 0.85% | 0.89% | - |
| XYZ | 29.55 | 55.57 | 10.76 | - |
| YUV | 155.49 | 60 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 35 | 0.72 | 0 | 0.85 | 0.11 | 111.2 | 0.77 | 0.51 |
| Hex | 3F | E2 | 23 | 48 | 0 | 55 | B | 6F | 4D | 33 |
| Octal | 77 | 342 | 43 | 110 | 0 | 125 | 13 | 157 | 115 | 63 |
| Binary | 111111 | 11100010 | 100011 | 1001000 | 0 | 1010101 | 1011 | 1101111 | 1001101 | 110011 |
Color Harmonies of #3FE223
Complementary color
Monochromatic Colors of #3FE223
Black with #3FE223
Text Example
Text Example
White with #3FE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE223; }
p { color: rgb(63,226,35); }
H1.HeaderClassName
{
color: #3FE223;
}
.AnyTagClassName
{
color: #3FE223;
}
</style>
background-color css
<style>
a { background-color: #3FE223; }
a { background-color: rgb(63,226,35); }
div.DivClassName
{
background-color: #3FE223;
}
.BgClassName
{
background-color: #3FE223;
}
</style>
border-color css
<style>
span { border-color: #3FE223; }
span { border-color: rgb(63,226,35); }
td.TdClassName
{
border-color: #3FE223;
}
.TagClassName
{
border-color: #3FE223;
}
</style>