Shades of Kelly Green #2FC803
Tints of Kelly Green #2FC803
RGB
CMYK
RGB Variations
Color information
#2FC803 (or 0x2FC803) is known color: Kelly Green. HEX triplet: 2F, C8 and 03. RGB value is (47,200,3). Sum of RGB (Red+Green+Blue) = 47+200+3=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC803 is #D037FC. Grayscale: #848484. Windows color (decimal): -13645821 or 247855. OLE color: 247855.
HSL color Cylindrical-coordinate representation of color #2FC803: hue angle of 106.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FC803 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.22 |
| HSL | 106.6º | 0.97% | 0.4% | - |
| HSV(B) | 106.6º | 0.99% | 0.78% | - |
| XYZ | 21.84 | 41.92 | 7.03 | - |
| YUV | 131.8 | 55.31 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 3 | 0.76 | 0 | 0.98 | 0.22 | 106.6 | 0.97 | 0.4 |
| Hex | 2F | C8 | 3 | 4C | 0 | 62 | 16 | 6B | 61 | 28 |
| Octal | 57 | 310 | 3 | 114 | 0 | 142 | 26 | 153 | 141 | 50 |
| Binary | 101111 | 11001000 | 11 | 1001100 | 0 | 1100010 | 10110 | 1101011 | 1100001 | 101000 |
Color Harmonies of #2FC803
Complementary color
Monochromatic Colors of #2FC803
Black with #2FC803
Text Example
Text Example
White with #2FC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC803; }
p { color: rgb(47,200,3); }
H1.HeaderClassName
{
color: #2FC803;
}
.AnyTagClassName
{
color: #2FC803;
}
</style>
background-color css
<style>
a { background-color: #2FC803; }
a { background-color: rgb(47,200,3); }
div.DivClassName
{
background-color: #2FC803;
}
.BgClassName
{
background-color: #2FC803;
}
</style>
border-color css
<style>
span { border-color: #2FC803; }
span { border-color: rgb(47,200,3); }
td.TdClassName
{
border-color: #2FC803;
}
.TagClassName
{
border-color: #2FC803;
}
</style>