Shades of Kelly Green #2FC403
Tints of Kelly Green #2FC403
RGB
CMYK
RGB Variations
Color information
#2FC403 (or 0x2FC403) is known color: Kelly Green. HEX triplet: 2F, C4 and 03. RGB value is (47,196,3). Sum of RGB (Red+Green+Blue) = 47+196+3=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 196 (76.95% from 255 or 79.67% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC403 is #D03BFC. Grayscale: #828282. Windows color (decimal): -13646845 or 246831. OLE color: 246831.
HSL color Cylindrical-coordinate representation of color #2FC403: hue angle of 106.32º 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 #2FC403 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.23 |
| HSL | 106.32º | 0.97% | 0.39% | - |
| HSV(B) | 106.32º | 0.98% | 0.77% | - |
| XYZ | 20.93 | 40.09 | 6.72 | - |
| YUV | 129.45 | 56.64 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 3 | 0.76 | 0 | 0.98 | 0.23 | 106.32 | 0.97 | 0.39 |
| Hex | 2F | C4 | 3 | 4C | 0 | 62 | 17 | 6A | 61 | 27 |
| Octal | 57 | 304 | 3 | 114 | 0 | 142 | 27 | 152 | 141 | 47 |
| Binary | 101111 | 11000100 | 11 | 1001100 | 0 | 1100010 | 10111 | 1101010 | 1100001 | 100111 |
Color Harmonies of #2FC403
Complementary color
Monochromatic Colors of #2FC403
Black with #2FC403
Text Example
Text Example
White with #2FC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC403; }
p { color: rgb(47,196,3); }
H1.HeaderClassName
{
color: #2FC403;
}
.AnyTagClassName
{
color: #2FC403;
}
</style>
background-color css
<style>
a { background-color: #2FC403; }
a { background-color: rgb(47,196,3); }
div.DivClassName
{
background-color: #2FC403;
}
.BgClassName
{
background-color: #2FC403;
}
</style>
border-color css
<style>
span { border-color: #2FC403; }
span { border-color: rgb(47,196,3); }
td.TdClassName
{
border-color: #2FC403;
}
.TagClassName
{
border-color: #2FC403;
}
</style>