Shades of Kelly Green #3FCA00
Tints of Kelly Green #3FCA00
RGB
CMYK
RGB Variations
Color information
#3FCA00 (or 0x3FCA00) is known color: Kelly Green. HEX triplet: 3F, CA and 00. RGB value is (63,202,0). Sum of RGB (Red+Green+Blue) = 63+202+0=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA00 is #C035FF. Grayscale: #8A8A8A. Windows color (decimal): -12596736 or 51775. OLE color: 51775.
HSL color Cylindrical-coordinate representation of color #3FCA00: hue angle of 101.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FCA00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.21 |
| HSL | 101.29º | 1% | 0.4% | - |
| HSV(B) | 101.29º | 1% | 0.79% | - |
| XYZ | 23.17 | 43.3 | 7.14 | - |
| YUV | 137.41 | 50.45 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 0 | 0.69 | 0 | 1 | 0.21 | 101.29 | 1 | 0.4 |
| Hex | 3F | CA | 0 | 45 | 0 | 64 | 15 | 65 | 64 | 28 |
| Octal | 77 | 312 | 0 | 105 | 0 | 144 | 25 | 145 | 144 | 50 |
| Binary | 111111 | 11001010 | 0 | 1000101 | 0 | 1100100 | 10101 | 1100101 | 1100100 | 101000 |
Color Harmonies of #3FCA00
Complementary color
Monochromatic Colors of #3FCA00
Black with #3FCA00
Text Example
Text Example
White with #3FCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA00; }
p { color: rgb(63,202,0); }
H1.HeaderClassName
{
color: #3FCA00;
}
.AnyTagClassName
{
color: #3FCA00;
}
</style>
background-color css
<style>
a { background-color: #3FCA00; }
a { background-color: rgb(63,202,0); }
div.DivClassName
{
background-color: #3FCA00;
}
.BgClassName
{
background-color: #3FCA00;
}
</style>
border-color css
<style>
span { border-color: #3FCA00; }
span { border-color: rgb(63,202,0); }
td.TdClassName
{
border-color: #3FCA00;
}
.TagClassName
{
border-color: #3FCA00;
}
</style>