Shades of Lime Green #3FDF22
Tints of Lime Green #3FDF22
RGB
CMYK
RGB Variations
Color information
#3FDF22 (or 0x3FDF22) is known color: Lime Green. HEX triplet: 3F, DF and 22. RGB value is (63,223,34). Sum of RGB (Red+Green+Blue) = 63+223+34=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 223 (87.5% from 255 or 69.69% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF22 is #C020DD. Grayscale: #9A9A9A. Windows color (decimal): -12591326 or 2285375. OLE color: 2285375.
HSL color Cylindrical-coordinate representation of color #3FDF22: hue angle of 110.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FDF22 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 34 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.13 |
| HSL | 110.79º | 0.75% | 0.5% | - |
| HSV(B) | 110.79º | 0.85% | 0.87% | - |
| XYZ | 28.73 | 53.95 | 10.41 | - |
| YUV | 153.61 | 60.49 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 34 | 0.72 | 0 | 0.85 | 0.13 | 110.79 | 0.75 | 0.5 |
| Hex | 3F | DF | 22 | 48 | 0 | 55 | D | 6F | 4B | 32 |
| Octal | 77 | 337 | 42 | 110 | 0 | 125 | 15 | 157 | 113 | 62 |
| Binary | 111111 | 11011111 | 100010 | 1001000 | 0 | 1010101 | 1101 | 1101111 | 1001011 | 110010 |
Color Harmonies of #3FDF22
Complementary color
Monochromatic Colors of #3FDF22
Black with #3FDF22
Text Example
Text Example
White with #3FDF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF22; }
p { color: rgb(63,223,34); }
H1.HeaderClassName
{
color: #3FDF22;
}
.AnyTagClassName
{
color: #3FDF22;
}
</style>
background-color css
<style>
a { background-color: #3FDF22; }
a { background-color: rgb(63,223,34); }
div.DivClassName
{
background-color: #3FDF22;
}
.BgClassName
{
background-color: #3FDF22;
}
</style>
border-color css
<style>
span { border-color: #3FDF22; }
span { border-color: rgb(63,223,34); }
td.TdClassName
{
border-color: #3FDF22;
}
.TagClassName
{
border-color: #3FDF22;
}
</style>