Shades of Kelly Green #3FCC03
Tints of Kelly Green #3FCC03
RGB
CMYK
RGB Variations
Color information
#3FCC03 (or 0x3FCC03) is known color: Kelly Green. HEX triplet: 3F, CC and 03. RGB value is (63,204,3). Sum of RGB (Red+Green+Blue) = 63+204+3=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCC03 is #C033FC. Grayscale: #8B8B8B. Windows color (decimal): -12596221 or 248895. OLE color: 248895.
HSL color Cylindrical-coordinate representation of color #3FCC03: hue angle of 102.09º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FCC03 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.2 |
| HSL | 102.09º | 0.97% | 0.41% | - |
| HSV(B) | 102.09º | 0.99% | 0.8% | - |
| XYZ | 23.66 | 44.25 | 7.38 | - |
| YUV | 138.93 | 51.29 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 3 | 0.69 | 0 | 0.99 | 0.2 | 102.09 | 0.97 | 0.41 |
| Hex | 3F | CC | 3 | 45 | 0 | 63 | 14 | 66 | 61 | 29 |
| Octal | 77 | 314 | 3 | 105 | 0 | 143 | 24 | 146 | 141 | 51 |
| Binary | 111111 | 11001100 | 11 | 1000101 | 0 | 1100011 | 10100 | 1100110 | 1100001 | 101001 |
Color Harmonies of #3FCC03
Complementary color
Monochromatic Colors of #3FCC03
Black with #3FCC03
Text Example
Text Example
White with #3FCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC03; }
p { color: rgb(63,204,3); }
H1.HeaderClassName
{
color: #3FCC03;
}
.AnyTagClassName
{
color: #3FCC03;
}
</style>
background-color css
<style>
a { background-color: #3FCC03; }
a { background-color: rgb(63,204,3); }
div.DivClassName
{
background-color: #3FCC03;
}
.BgClassName
{
background-color: #3FCC03;
}
</style>
border-color css
<style>
span { border-color: #3FCC03; }
span { border-color: rgb(63,204,3); }
td.TdClassName
{
border-color: #3FCC03;
}
.TagClassName
{
border-color: #3FCC03;
}
</style>