Shades of Kelly Green #2FCC0A
Tints of Kelly Green #2FCC0A
RGB
CMYK
RGB Variations
Color information
#2FCC0A (or 0x2FCC0A) is known color: Kelly Green. HEX triplet: 2F, CC and 0A. RGB value is (47,204,10). Sum of RGB (Red+Green+Blue) = 47+204+10=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC0A is #D033F5. Grayscale: #878787. Windows color (decimal): -13644790 or 707631. OLE color: 707631.
HSL color Cylindrical-coordinate representation of color #2FCC0A: hue angle of 108.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FCC0A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 10 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.2 |
| HSL | 108.56º | 0.91% | 0.42% | - |
| HSV(B) | 108.56º | 0.95% | 0.8% | - |
| XYZ | 22.82 | 43.81 | 7.54 | - |
| YUV | 134.94 | 57.49 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 10 | 0.77 | 0 | 0.95 | 0.2 | 108.56 | 0.91 | 0.42 |
| Hex | 2F | CC | A | 4D | 0 | 5F | 14 | 6D | 5B | 2A |
| Octal | 57 | 314 | 12 | 115 | 0 | 137 | 24 | 155 | 133 | 52 |
| Binary | 101111 | 11001100 | 1010 | 1001101 | 0 | 1011111 | 10100 | 1101101 | 1011011 | 101010 |
Color Harmonies of #2FCC0A
Complementary color
Monochromatic Colors of #2FCC0A
Black with #2FCC0A
Text Example
Text Example
White with #2FCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC0A; }
p { color: rgb(47,204,10); }
H1.HeaderClassName
{
color: #2FCC0A;
}
.AnyTagClassName
{
color: #2FCC0A;
}
</style>
background-color css
<style>
a { background-color: #2FCC0A; }
a { background-color: rgb(47,204,10); }
div.DivClassName
{
background-color: #2FCC0A;
}
.BgClassName
{
background-color: #2FCC0A;
}
</style>
border-color css
<style>
span { border-color: #2FCC0A; }
span { border-color: rgb(47,204,10); }
td.TdClassName
{
border-color: #2FCC0A;
}
.TagClassName
{
border-color: #2FCC0A;
}
</style>