Shades of Kelly Green #2FC203
Tints of Kelly Green #2FC203
RGB
CMYK
RGB Variations
Color information
#2FC203 (or 0x2FC203) is known color: Kelly Green. HEX triplet: 2F, C2 and 03. RGB value is (47,194,3). Sum of RGB (Red+Green+Blue) = 47+194+3=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC203 is #D03DFC. Grayscale: #808080. Windows color (decimal): -13647357 or 246319. OLE color: 246319.
HSL color Cylindrical-coordinate representation of color #2FC203: hue angle of 106.18º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FC203 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.24 |
| HSL | 106.18º | 0.97% | 0.39% | - |
| HSV(B) | 106.18º | 0.98% | 0.76% | - |
| XYZ | 20.48 | 39.19 | 6.57 | - |
| YUV | 128.27 | 57.3 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 3 | 0.76 | 0 | 0.98 | 0.24 | 106.18 | 0.97 | 0.39 |
| Hex | 2F | C2 | 3 | 4C | 0 | 62 | 18 | 6A | 61 | 27 |
| Octal | 57 | 302 | 3 | 114 | 0 | 142 | 30 | 152 | 141 | 47 |
| Binary | 101111 | 11000010 | 11 | 1001100 | 0 | 1100010 | 11000 | 1101010 | 1100001 | 100111 |
Color Harmonies of #2FC203
Complementary color
Monochromatic Colors of #2FC203
Black with #2FC203
Text Example
Text Example
White with #2FC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC203; }
p { color: rgb(47,194,3); }
H1.HeaderClassName
{
color: #2FC203;
}
.AnyTagClassName
{
color: #2FC203;
}
</style>
background-color css
<style>
a { background-color: #2FC203; }
a { background-color: rgb(47,194,3); }
div.DivClassName
{
background-color: #2FC203;
}
.BgClassName
{
background-color: #2FC203;
}
</style>
border-color css
<style>
span { border-color: #2FC203; }
span { border-color: rgb(47,194,3); }
td.TdClassName
{
border-color: #2FC203;
}
.TagClassName
{
border-color: #2FC203;
}
</style>