Shades of Kelly Green #2FC602
Tints of Kelly Green #2FC602
RGB
CMYK
RGB Variations
Color information
#2FC602 (or 0x2FC602) is known color: Kelly Green. HEX triplet: 2F, C6 and 02. RGB value is (47,198,2). Sum of RGB (Red+Green+Blue) = 47+198+2=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC602 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC602 is #D039FD. Grayscale: #838383. Windows color (decimal): -13646334 or 181807. OLE color: 181807.
HSL color Cylindrical-coordinate representation of color #2FC602: hue angle of 106.22º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FC602 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.22 |
| HSL | 106.22º | 0.98% | 0.39% | - |
| HSV(B) | 106.22º | 0.99% | 0.78% | - |
| XYZ | 21.38 | 41 | 6.84 | - |
| YUV | 130.51 | 55.47 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 2 | 0.76 | 0 | 0.99 | 0.22 | 106.22 | 0.98 | 0.39 |
| Hex | 2F | C6 | 2 | 4C | 0 | 63 | 16 | 6A | 62 | 27 |
| Octal | 57 | 306 | 2 | 114 | 0 | 143 | 26 | 152 | 142 | 47 |
| Binary | 101111 | 11000110 | 10 | 1001100 | 0 | 1100011 | 10110 | 1101010 | 1100010 | 100111 |
Color Harmonies of #2FC602
Complementary color
Monochromatic Colors of #2FC602
Black with #2FC602
Text Example
Text Example
White with #2FC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC602; }
p { color: rgb(47,198,2); }
H1.HeaderClassName
{
color: #2FC602;
}
.AnyTagClassName
{
color: #2FC602;
}
</style>
background-color css
<style>
a { background-color: #2FC602; }
a { background-color: rgb(47,198,2); }
div.DivClassName
{
background-color: #2FC602;
}
.BgClassName
{
background-color: #2FC602;
}
</style>
border-color css
<style>
span { border-color: #2FC602; }
span { border-color: rgb(47,198,2); }
td.TdClassName
{
border-color: #2FC602;
}
.TagClassName
{
border-color: #2FC602;
}
</style>