Shades of Kelly Green #2FC503
Tints of Kelly Green #2FC503
RGB
CMYK
RGB Variations
Color information
#2FC503 (or 0x2FC503) is known color: Kelly Green. HEX triplet: 2F, C5 and 03. RGB value is (47,197,3). Sum of RGB (Red+Green+Blue) = 47+197+3=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC503 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC503 is #D03AFC. Grayscale: #828282. Windows color (decimal): -13646589 or 247087. OLE color: 247087.
HSL color Cylindrical-coordinate representation of color #2FC503: hue angle of 106.39º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FC503 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.23 |
| HSL | 106.39º | 0.97% | 0.39% | - |
| HSV(B) | 106.39º | 0.98% | 0.77% | - |
| XYZ | 21.15 | 40.54 | 6.8 | - |
| YUV | 130.03 | 56.31 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 3 | 0.76 | 0 | 0.98 | 0.23 | 106.39 | 0.97 | 0.39 |
| Hex | 2F | C5 | 3 | 4C | 0 | 62 | 17 | 6A | 61 | 27 |
| Octal | 57 | 305 | 3 | 114 | 0 | 142 | 27 | 152 | 141 | 47 |
| Binary | 101111 | 11000101 | 11 | 1001100 | 0 | 1100010 | 10111 | 1101010 | 1100001 | 100111 |
Color Harmonies of #2FC503
Complementary color
Monochromatic Colors of #2FC503
Black with #2FC503
Text Example
Text Example
White with #2FC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC503; }
p { color: rgb(47,197,3); }
H1.HeaderClassName
{
color: #2FC503;
}
.AnyTagClassName
{
color: #2FC503;
}
</style>
background-color css
<style>
a { background-color: #2FC503; }
a { background-color: rgb(47,197,3); }
div.DivClassName
{
background-color: #2FC503;
}
.BgClassName
{
background-color: #2FC503;
}
</style>
border-color css
<style>
span { border-color: #2FC503; }
span { border-color: rgb(47,197,3); }
td.TdClassName
{
border-color: #2FC503;
}
.TagClassName
{
border-color: #2FC503;
}
</style>