Shades of Kelly Green #2FC908
Tints of Kelly Green #2FC908
RGB
CMYK
RGB Variations
Color information
#2FC908 (or 0x2FC908) is known color: Kelly Green. HEX triplet: 2F, C9 and 08. RGB value is (47,201,8). Sum of RGB (Red+Green+Blue) = 47+201+8=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC908 is #D036F7. Grayscale: #858585. Windows color (decimal): -13645560 or 575791. OLE color: 575791.
HSL color Cylindrical-coordinate representation of color #2FC908: hue angle of 107.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FC908 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.21 |
| HSL | 107.88º | 0.92% | 0.41% | - |
| HSV(B) | 107.88º | 0.96% | 0.79% | - |
| XYZ | 22.1 | 42.4 | 7.25 | - |
| YUV | 132.95 | 57.48 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 8 | 0.77 | 0 | 0.96 | 0.21 | 107.88 | 0.92 | 0.41 |
| Hex | 2F | C9 | 8 | 4D | 0 | 60 | 15 | 6C | 5C | 29 |
| Octal | 57 | 311 | 10 | 115 | 0 | 140 | 25 | 154 | 134 | 51 |
| Binary | 101111 | 11001001 | 1000 | 1001101 | 0 | 1100000 | 10101 | 1101100 | 1011100 | 101001 |
Color Harmonies of #2FC908
Complementary color
Monochromatic Colors of #2FC908
Black with #2FC908
Text Example
Text Example
White with #2FC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC908; }
p { color: rgb(47,201,8); }
H1.HeaderClassName
{
color: #2FC908;
}
.AnyTagClassName
{
color: #2FC908;
}
</style>
background-color css
<style>
a { background-color: #2FC908; }
a { background-color: rgb(47,201,8); }
div.DivClassName
{
background-color: #2FC908;
}
.BgClassName
{
background-color: #2FC908;
}
</style>
border-color css
<style>
span { border-color: #2FC908; }
span { border-color: rgb(47,201,8); }
td.TdClassName
{
border-color: #2FC908;
}
.TagClassName
{
border-color: #2FC908;
}
</style>