Shades of Kelly Green #2FC202
Tints of Kelly Green #2FC202
RGB
CMYK
RGB Variations
Color information
#2FC202 (or 0x2FC202) is known color: Kelly Green. HEX triplet: 2F, C2 and 02. RGB value is (47,194,2). Sum of RGB (Red+Green+Blue) = 47+194+2=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC202 is #D03DFD. Grayscale: #808080. Windows color (decimal): -13647358 or 180783. OLE color: 180783.
HSL color Cylindrical-coordinate representation of color #2FC202: hue angle of 105.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FC202 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.24 |
| HSL | 105.94º | 0.98% | 0.38% | - |
| HSV(B) | 105.94º | 0.99% | 0.76% | - |
| XYZ | 20.48 | 39.19 | 6.54 | - |
| YUV | 128.16 | 56.8 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 2 | 0.76 | 0 | 0.99 | 0.24 | 105.94 | 0.98 | 0.38 |
| Hex | 2F | C2 | 2 | 4C | 0 | 63 | 18 | 6A | 62 | 26 |
| Octal | 57 | 302 | 2 | 114 | 0 | 143 | 30 | 152 | 142 | 46 |
| Binary | 101111 | 11000010 | 10 | 1001100 | 0 | 1100011 | 11000 | 1101010 | 1100010 | 100110 |
Color Harmonies of #2FC202
Complementary color
Monochromatic Colors of #2FC202
Black with #2FC202
Text Example
Text Example
White with #2FC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC202; }
p { color: rgb(47,194,2); }
H1.HeaderClassName
{
color: #2FC202;
}
.AnyTagClassName
{
color: #2FC202;
}
</style>
background-color css
<style>
a { background-color: #2FC202; }
a { background-color: rgb(47,194,2); }
div.DivClassName
{
background-color: #2FC202;
}
.BgClassName
{
background-color: #2FC202;
}
</style>
border-color css
<style>
span { border-color: #2FC202; }
span { border-color: rgb(47,194,2); }
td.TdClassName
{
border-color: #2FC202;
}
.TagClassName
{
border-color: #2FC202;
}
</style>