Shades of Kelly Green #2FC508
Tints of Kelly Green #2FC508
RGB
CMYK
RGB Variations
Color information
#2FC508 (or 0x2FC508) is known color: Kelly Green. HEX triplet: 2F, C5 and 08. RGB value is (47,197,8). Sum of RGB (Red+Green+Blue) = 47+197+8=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC508 is #D03AF7. Grayscale: #838383. Windows color (decimal): -13646584 or 574767. OLE color: 574767.
HSL color Cylindrical-coordinate representation of color #2FC508: hue angle of 107.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FC508 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.23 |
| HSL | 107.62º | 0.92% | 0.4% | - |
| HSV(B) | 107.62º | 0.96% | 0.77% | - |
| XYZ | 21.18 | 40.55 | 6.94 | - |
| YUV | 130.6 | 58.81 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 8 | 0.76 | 0 | 0.96 | 0.23 | 107.62 | 0.92 | 0.4 |
| Hex | 2F | C5 | 8 | 4C | 0 | 60 | 17 | 6C | 5C | 28 |
| Octal | 57 | 305 | 10 | 114 | 0 | 140 | 27 | 154 | 134 | 50 |
| Binary | 101111 | 11000101 | 1000 | 1001100 | 0 | 1100000 | 10111 | 1101100 | 1011100 | 101000 |
Color Harmonies of #2FC508
Complementary color
Monochromatic Colors of #2FC508
Black with #2FC508
Text Example
Text Example
White with #2FC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC508; }
p { color: rgb(47,197,8); }
H1.HeaderClassName
{
color: #2FC508;
}
.AnyTagClassName
{
color: #2FC508;
}
</style>
background-color css
<style>
a { background-color: #2FC508; }
a { background-color: rgb(47,197,8); }
div.DivClassName
{
background-color: #2FC508;
}
.BgClassName
{
background-color: #2FC508;
}
</style>
border-color css
<style>
span { border-color: #2FC508; }
span { border-color: rgb(47,197,8); }
td.TdClassName
{
border-color: #2FC508;
}
.TagClassName
{
border-color: #2FC508;
}
</style>