Shades of Kelly Green #2FC905
Tints of Kelly Green #2FC905
RGB
CMYK
RGB Variations
Color information
#2FC905 (or 0x2FC905) is known color: Kelly Green. HEX triplet: 2F, C9 and 05. RGB value is (47,201,5). Sum of RGB (Red+Green+Blue) = 47+201+5=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 201 (78.91% from 255 or 79.45% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC905 is #D036FA. Grayscale: #858585. Windows color (decimal): -13645563 or 379183. OLE color: 379183.
HSL color Cylindrical-coordinate representation of color #2FC905: hue angle of 107.14º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FC905 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.21 |
| HSL | 107.14º | 0.95% | 0.4% | - |
| HSV(B) | 107.14º | 0.98% | 0.79% | - |
| XYZ | 22.09 | 42.39 | 7.16 | - |
| YUV | 132.61 | 55.98 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 5 | 0.77 | 0 | 0.98 | 0.21 | 107.14 | 0.95 | 0.4 |
| Hex | 2F | C9 | 5 | 4D | 0 | 62 | 15 | 6B | 5F | 28 |
| Octal | 57 | 311 | 5 | 115 | 0 | 142 | 25 | 153 | 137 | 50 |
| Binary | 101111 | 11001001 | 101 | 1001101 | 0 | 1100010 | 10101 | 1101011 | 1011111 | 101000 |
Color Harmonies of #2FC905
Complementary color
Monochromatic Colors of #2FC905
Black with #2FC905
Text Example
Text Example
White with #2FC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC905; }
p { color: rgb(47,201,5); }
H1.HeaderClassName
{
color: #2FC905;
}
.AnyTagClassName
{
color: #2FC905;
}
</style>
background-color css
<style>
a { background-color: #2FC905; }
a { background-color: rgb(47,201,5); }
div.DivClassName
{
background-color: #2FC905;
}
.BgClassName
{
background-color: #2FC905;
}
</style>
border-color css
<style>
span { border-color: #2FC905; }
span { border-color: rgb(47,201,5); }
td.TdClassName
{
border-color: #2FC905;
}
.TagClassName
{
border-color: #2FC905;
}
</style>