Shades of Kelly Green #2FCC10
Tints of Kelly Green #2FCC10
RGB
CMYK
RGB Variations
Color information
#2FCC10 (or 0x2FCC10) is known color: Kelly Green. HEX triplet: 2F, CC and 10. RGB value is (47,204,16). Sum of RGB (Red+Green+Blue) = 47+204+16=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC10 is #D033EF. Grayscale: #888888. Windows color (decimal): -13644784 or 1100847. OLE color: 1100847.
HSL color Cylindrical-coordinate representation of color #2FCC10: hue angle of 110.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FCC10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.2 |
| HSL | 110.11º | 0.85% | 0.43% | - |
| HSV(B) | 110.11º | 0.92% | 0.8% | - |
| XYZ | 22.86 | 43.83 | 7.74 | - |
| YUV | 135.63 | 60.49 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 16 | 0.77 | 0 | 0.92 | 0.2 | 110.11 | 0.85 | 0.43 |
| Hex | 2F | CC | 10 | 4D | 0 | 5C | 14 | 6E | 55 | 2B |
| Octal | 57 | 314 | 20 | 115 | 0 | 134 | 24 | 156 | 125 | 53 |
| Binary | 101111 | 11001100 | 10000 | 1001101 | 0 | 1011100 | 10100 | 1101110 | 1010101 | 101011 |
Color Harmonies of #2FCC10
Complementary color
Monochromatic Colors of #2FCC10
Black with #2FCC10
Text Example
Text Example
White with #2FCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC10; }
p { color: rgb(47,204,16); }
H1.HeaderClassName
{
color: #2FCC10;
}
.AnyTagClassName
{
color: #2FCC10;
}
</style>
background-color css
<style>
a { background-color: #2FCC10; }
a { background-color: rgb(47,204,16); }
div.DivClassName
{
background-color: #2FCC10;
}
.BgClassName
{
background-color: #2FCC10;
}
</style>
border-color css
<style>
span { border-color: #2FCC10; }
span { border-color: rgb(47,204,16); }
td.TdClassName
{
border-color: #2FCC10;
}
.TagClassName
{
border-color: #2FCC10;
}
</style>