Shades of Kelly Green #3FC020
Tints of Kelly Green #3FC020
RGB
CMYK
RGB Variations
Color information
#3FC020 (or 0x3FC020) is known color: Kelly Green. HEX triplet: 3F, C0 and 20. RGB value is (63,192,32). Sum of RGB (Red+Green+Blue) = 63+192+32=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC020 is #C03FDF. Grayscale: #878787. Windows color (decimal): -12599264 or 2146367. OLE color: 2146367.
HSL color Cylindrical-coordinate representation of color #3FC020: hue angle of 108.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FC020 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 32 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.25 |
| HSL | 108.38º | 0.71% | 0.44% | - |
| HSV(B) | 108.38º | 0.83% | 0.75% | - |
| XYZ | 21.16 | 38.86 | 7.75 | - |
| YUV | 135.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 32 | 0.67 | 0 | 0.83 | 0.25 | 108.38 | 0.71 | 0.44 |
| Hex | 3F | C0 | 20 | 43 | 0 | 53 | 19 | 6C | 47 | 2C |
| Octal | 77 | 300 | 40 | 103 | 0 | 123 | 31 | 154 | 107 | 54 |
| Binary | 111111 | 11000000 | 100000 | 1000011 | 0 | 1010011 | 11001 | 1101100 | 1000111 | 101100 |
Color Harmonies of #3FC020
Complementary color
Monochromatic Colors of #3FC020
Black with #3FC020
Text Example
Text Example
White with #3FC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC020; }
p { color: rgb(63,192,32); }
H1.HeaderClassName
{
color: #3FC020;
}
.AnyTagClassName
{
color: #3FC020;
}
</style>
background-color css
<style>
a { background-color: #3FC020; }
a { background-color: rgb(63,192,32); }
div.DivClassName
{
background-color: #3FC020;
}
.BgClassName
{
background-color: #3FC020;
}
</style>
border-color css
<style>
span { border-color: #3FC020; }
span { border-color: rgb(63,192,32); }
td.TdClassName
{
border-color: #3FC020;
}
.TagClassName
{
border-color: #3FC020;
}
</style>