Shades of Lime Green #3FC22D
Tints of Lime Green #3FC22D
RGB
CMYK
RGB Variations
Color information
#3FC22D (or 0x3FC22D) is known color: Lime Green. HEX triplet: 3F, C2 and 2D. RGB value is (63,194,45). Sum of RGB (Red+Green+Blue) = 63+194+45=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC22D is #C03DD2. Grayscale: #8A8A8A. Windows color (decimal): -12598739 or 2998847. OLE color: 2998847.
HSL color Cylindrical-coordinate representation of color #3FC22D: hue angle of 112.75º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FC22D is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 45 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.24 |
| HSL | 112.75º | 0.62% | 0.47% | - |
| HSV(B) | 112.75º | 0.77% | 0.76% | - |
| XYZ | 21.82 | 39.83 | 9.02 | - |
| YUV | 137.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 45 | 0.68 | 0 | 0.77 | 0.24 | 112.75 | 0.62 | 0.47 |
| Hex | 3F | C2 | 2D | 44 | 0 | 4D | 18 | 71 | 3E | 2F |
| Octal | 77 | 302 | 55 | 104 | 0 | 115 | 30 | 161 | 76 | 57 |
| Binary | 111111 | 11000010 | 101101 | 1000100 | 0 | 1001101 | 11000 | 1110001 | 111110 | 101111 |
Color Harmonies of #3FC22D
Complementary color
Monochromatic Colors of #3FC22D
Black with #3FC22D
Text Example
Text Example
White with #3FC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC22D; }
p { color: rgb(63,194,45); }
H1.HeaderClassName
{
color: #3FC22D;
}
.AnyTagClassName
{
color: #3FC22D;
}
</style>
background-color css
<style>
a { background-color: #3FC22D; }
a { background-color: rgb(63,194,45); }
div.DivClassName
{
background-color: #3FC22D;
}
.BgClassName
{
background-color: #3FC22D;
}
</style>
border-color css
<style>
span { border-color: #3FC22D; }
span { border-color: rgb(63,194,45); }
td.TdClassName
{
border-color: #3FC22D;
}
.TagClassName
{
border-color: #3FC22D;
}
</style>