Shades of Kelly Green #2FCD0F
Tints of Kelly Green #2FCD0F
RGB
CMYK
RGB Variations
Color information
#2FCD0F (or 0x2FCD0F) is known color: Kelly Green. HEX triplet: 2F, CD and 0F. RGB value is (47,205,15). Sum of RGB (Red+Green+Blue) = 47+205+15=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 205 (80.47% from 255 or 76.78% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCD0F is #D032F0. Grayscale: #888888. Windows color (decimal): -13644529 or 1035567. OLE color: 1035567.
HSL color Cylindrical-coordinate representation of color #2FCD0F: hue angle of 109.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FCD0F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 15 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.20 |
| HSL | 109.89º | 0.86% | 0.43% | - |
| HSV(B) | 109.89º | 0.93% | 0.8% | - |
| XYZ | 23.09 | 44.3 | 7.79 | - |
| YUV | 136.1 | 59.65 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 15 | 0.77 | 0 | 0.93 | 0.20 | 109.89 | 0.86 | 0.43 |
| Hex | 2F | CD | F | 4D | 0 | 5D | 14 | 6E | 56 | 2B |
| Octal | 57 | 315 | 17 | 115 | 0 | 135 | 24 | 156 | 126 | 53 |
| Binary | 101111 | 11001101 | 1111 | 1001101 | 0 | 1011101 | 10100 | 1101110 | 1010110 | 101011 |
Color Harmonies of #2FCD0F
Complementary color
Monochromatic Colors of #2FCD0F
Black with #2FCD0F
Text Example
Text Example
White with #2FCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD0F; }
p { color: rgb(47,205,15); }
H1.HeaderClassName
{
color: #2FCD0F;
}
.AnyTagClassName
{
color: #2FCD0F;
}
</style>
background-color css
<style>
a { background-color: #2FCD0F; }
a { background-color: rgb(47,205,15); }
div.DivClassName
{
background-color: #2FCD0F;
}
.BgClassName
{
background-color: #2FCD0F;
}
</style>
border-color css
<style>
span { border-color: #2FCD0F; }
span { border-color: rgb(47,205,15); }
td.TdClassName
{
border-color: #2FCD0F;
}
.TagClassName
{
border-color: #2FCD0F;
}
</style>