Shades of Lime Green #3FF22A
Tints of Lime Green #3FF22A
RGB
CMYK
RGB Variations
Color information
#3FF22A (or 0x3FF22A) is known color: Lime Green. HEX triplet: 3F, F2 and 2A. RGB value is (63,242,42). Sum of RGB (Red+Green+Blue) = 63+242+42=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF22A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF22A is #C00DD5. Grayscale: #A6A6A6. Windows color (decimal): -12586454 or 2814527. OLE color: 2814527.
HSL color Cylindrical-coordinate representation of color #3FF22A: hue angle of 113.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FF22A is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 42 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.05 |
| HSL | 113.7º | 0.88% | 0.56% | - |
| HSV(B) | 113.7º | 0.83% | 0.95% | - |
| XYZ | 34.22 | 64.73 | 12.88 | - |
| YUV | 165.68 | 58.2 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 42 | 0.74 | 0 | 0.83 | 0.05 | 113.7 | 0.88 | 0.56 |
| Hex | 3F | F2 | 2A | 4A | 0 | 53 | 5 | 72 | 58 | 38 |
| Octal | 77 | 362 | 52 | 112 | 0 | 123 | 5 | 162 | 130 | 70 |
| Binary | 111111 | 11110010 | 101010 | 1001010 | 0 | 1010011 | 101 | 1110010 | 1011000 | 111000 |
Color Harmonies of #3FF22A
Complementary color
Monochromatic Colors of #3FF22A
Black with #3FF22A
Text Example
Text Example
White with #3FF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF22A; }
p { color: rgb(63,242,42); }
H1.HeaderClassName
{
color: #3FF22A;
}
.AnyTagClassName
{
color: #3FF22A;
}
</style>
background-color css
<style>
a { background-color: #3FF22A; }
a { background-color: rgb(63,242,42); }
div.DivClassName
{
background-color: #3FF22A;
}
.BgClassName
{
background-color: #3FF22A;
}
</style>
border-color css
<style>
span { border-color: #3FF22A; }
span { border-color: rgb(63,242,42); }
td.TdClassName
{
border-color: #3FF22A;
}
.TagClassName
{
border-color: #3FF22A;
}
</style>