Shades of Kelly Green #3FCA0E
Tints of Kelly Green #3FCA0E
RGB
CMYK
RGB Variations
Color information
#3FCA0E (or 0x3FCA0E) is known color: Kelly Green. HEX triplet: 3F, CA and 0E. RGB value is (63,202,14). Sum of RGB (Red+Green+Blue) = 63+202+14=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA0E is #C035F1. Grayscale: #8B8B8B. Windows color (decimal): -12596722 or 969279. OLE color: 969279.
HSL color Cylindrical-coordinate representation of color #3FCA0E: hue angle of 104.36º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FCA0E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 14 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.21 |
| HSL | 104.36º | 0.87% | 0.42% | - |
| HSV(B) | 104.36º | 0.93% | 0.79% | - |
| XYZ | 23.25 | 43.33 | 7.55 | - |
| YUV | 139.01 | 57.45 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 14 | 0.69 | 0 | 0.93 | 0.21 | 104.36 | 0.87 | 0.42 |
| Hex | 3F | CA | E | 45 | 0 | 5D | 15 | 68 | 57 | 2A |
| Octal | 77 | 312 | 16 | 105 | 0 | 135 | 25 | 150 | 127 | 52 |
| Binary | 111111 | 11001010 | 1110 | 1000101 | 0 | 1011101 | 10101 | 1101000 | 1010111 | 101010 |
Color Harmonies of #3FCA0E
Complementary color
Monochromatic Colors of #3FCA0E
Black with #3FCA0E
Text Example
Text Example
White with #3FCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA0E; }
p { color: rgb(63,202,14); }
H1.HeaderClassName
{
color: #3FCA0E;
}
.AnyTagClassName
{
color: #3FCA0E;
}
</style>
background-color css
<style>
a { background-color: #3FCA0E; }
a { background-color: rgb(63,202,14); }
div.DivClassName
{
background-color: #3FCA0E;
}
.BgClassName
{
background-color: #3FCA0E;
}
</style>
border-color css
<style>
span { border-color: #3FCA0E; }
span { border-color: rgb(63,202,14); }
td.TdClassName
{
border-color: #3FCA0E;
}
.TagClassName
{
border-color: #3FCA0E;
}
</style>