Shades of Kelly Green #3FC220
Tints of Kelly Green #3FC220
RGB
CMYK
RGB Variations
Color information
#3FC220 (or 0x3FC220) is known color: Kelly Green. HEX triplet: 3F, C2 and 20. RGB value is (63,194,32). Sum of RGB (Red+Green+Blue) = 63+194+32=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC220 is #C03DDF. Grayscale: #888888. Windows color (decimal): -12598752 or 2146879. OLE color: 2146879.
HSL color Cylindrical-coordinate representation of color #3FC220: hue angle of 108.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FC220 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 32 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.24 |
| HSL | 108.52º | 0.72% | 0.44% | - |
| HSV(B) | 108.52º | 0.84% | 0.76% | - |
| XYZ | 21.6 | 39.74 | 7.9 | - |
| YUV | 136.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 32 | 0.68 | 0 | 0.84 | 0.24 | 108.52 | 0.72 | 0.44 |
| Hex | 3F | C2 | 20 | 44 | 0 | 54 | 18 | 6D | 48 | 2C |
| Octal | 77 | 302 | 40 | 104 | 0 | 124 | 30 | 155 | 110 | 54 |
| Binary | 111111 | 11000010 | 100000 | 1000100 | 0 | 1010100 | 11000 | 1101101 | 1001000 | 101100 |
Color Harmonies of #3FC220
Complementary color
Monochromatic Colors of #3FC220
Black with #3FC220
Text Example
Text Example
White with #3FC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC220; }
p { color: rgb(63,194,32); }
H1.HeaderClassName
{
color: #3FC220;
}
.AnyTagClassName
{
color: #3FC220;
}
</style>
background-color css
<style>
a { background-color: #3FC220; }
a { background-color: rgb(63,194,32); }
div.DivClassName
{
background-color: #3FC220;
}
.BgClassName
{
background-color: #3FC220;
}
</style>
border-color css
<style>
span { border-color: #3FC220; }
span { border-color: rgb(63,194,32); }
td.TdClassName
{
border-color: #3FC220;
}
.TagClassName
{
border-color: #3FC220;
}
</style>