Shades of Kelly Green #3FCA14
Tints of Kelly Green #3FCA14
RGB
CMYK
RGB Variations
Color information
#3FCA14 (or 0x3FCA14) is known color: Kelly Green. HEX triplet: 3F, CA and 14. RGB value is (63,202,20). Sum of RGB (Red+Green+Blue) = 63+202+20=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA14 is #C035EB. Grayscale: #8C8C8C. Windows color (decimal): -12596716 or 1362495. OLE color: 1362495.
HSL color Cylindrical-coordinate representation of color #3FCA14: hue angle of 105.82º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FCA14 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 20 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.21 |
| HSL | 105.82º | 0.82% | 0.44% | - |
| HSV(B) | 105.82º | 0.9% | 0.79% | - |
| XYZ | 23.3 | 43.35 | 7.8 | - |
| YUV | 139.69 | 60.45 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 20 | 0.69 | 0 | 0.90 | 0.21 | 105.82 | 0.82 | 0.44 |
| Hex | 3F | CA | 14 | 45 | 0 | 5A | 15 | 6A | 52 | 2C |
| Octal | 77 | 312 | 24 | 105 | 0 | 132 | 25 | 152 | 122 | 54 |
| Binary | 111111 | 11001010 | 10100 | 1000101 | 0 | 1011010 | 10101 | 1101010 | 1010010 | 101100 |
Color Harmonies of #3FCA14
Complementary color
Monochromatic Colors of #3FCA14
Black with #3FCA14
Text Example
Text Example
White with #3FCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA14; }
p { color: rgb(63,202,20); }
H1.HeaderClassName
{
color: #3FCA14;
}
.AnyTagClassName
{
color: #3FCA14;
}
</style>
background-color css
<style>
a { background-color: #3FCA14; }
a { background-color: rgb(63,202,20); }
div.DivClassName
{
background-color: #3FCA14;
}
.BgClassName
{
background-color: #3FCA14;
}
</style>
border-color css
<style>
span { border-color: #3FCA14; }
span { border-color: rgb(63,202,20); }
td.TdClassName
{
border-color: #3FCA14;
}
.TagClassName
{
border-color: #3FCA14;
}
</style>