Shades of Lime Green #3FD22B
Tints of Lime Green #3FD22B
RGB
CMYK
RGB Variations
Color information
#3FD22B (or 0x3FD22B) is known color: Lime Green. HEX triplet: 3F, D2 and 2B. RGB value is (63,210,43). Sum of RGB (Red+Green+Blue) = 63+210+43=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 210 (82.42% from 255 or 66.46% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD22B is #C02DD4. Grayscale: #939393. Windows color (decimal): -12594645 or 2871871. OLE color: 2871871.
HSL color Cylindrical-coordinate representation of color #3FD22B: hue angle of 112.81º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FD22B is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 210 | 43 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.18 |
| HSL | 112.81º | 0.66% | 0.5% | - |
| HSV(B) | 112.81º | 0.8% | 0.82% | - |
| XYZ | 25.53 | 47.32 | 10.07 | - |
| YUV | 147.01 | 69.3 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 43 | 0.70 | 0 | 0.80 | 0.18 | 112.81 | 0.66 | 0.5 |
| Hex | 3F | D2 | 2B | 46 | 0 | 50 | 12 | 71 | 42 | 32 |
| Octal | 77 | 322 | 53 | 106 | 0 | 120 | 22 | 161 | 102 | 62 |
| Binary | 111111 | 11010010 | 101011 | 1000110 | 0 | 1010000 | 10010 | 1110001 | 1000010 | 110010 |
Color Harmonies of #3FD22B
Complementary color
Monochromatic Colors of #3FD22B
Black with #3FD22B
Text Example
Text Example
White with #3FD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD22B; }
p { color: rgb(63,210,43); }
H1.HeaderClassName
{
color: #3FD22B;
}
.AnyTagClassName
{
color: #3FD22B;
}
</style>
background-color css
<style>
a { background-color: #3FD22B; }
a { background-color: rgb(63,210,43); }
div.DivClassName
{
background-color: #3FD22B;
}
.BgClassName
{
background-color: #3FD22B;
}
</style>
border-color css
<style>
span { border-color: #3FD22B; }
span { border-color: rgb(63,210,43); }
td.TdClassName
{
border-color: #3FD22B;
}
.TagClassName
{
border-color: #3FD22B;
}
</style>