Shades of Kelly Green #2FB204
Tints of Kelly Green #2FB204
RGB
CMYK
RGB Variations
Color information
#2FB204 (or 0x2FB204) is known color: Kelly Green. HEX triplet: 2F, B2 and 04. RGB value is (47,178,4). Sum of RGB (Red+Green+Blue) = 47+178+4=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 178 (69.92% from 255 or 77.73% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB204 is #D04DFB. Grayscale: #777777. Windows color (decimal): -13651452 or 307759. OLE color: 307759.
HSL color Cylindrical-coordinate representation of color #2FB204: hue angle of 105.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FB204 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.30 |
| HSL | 105.17º | 0.96% | 0.36% | - |
| HSV(B) | 105.17º | 0.98% | 0.7% | - |
| XYZ | 17.11 | 32.45 | 5.48 | - |
| YUV | 119 | 63.1 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 4 | 0.74 | 0 | 0.98 | 0.30 | 105.17 | 0.96 | 0.36 |
| Hex | 2F | B2 | 4 | 4A | 0 | 62 | 1E | 69 | 60 | 24 |
| Octal | 57 | 262 | 4 | 112 | 0 | 142 | 36 | 151 | 140 | 44 |
| Binary | 101111 | 10110010 | 100 | 1001010 | 0 | 1100010 | 11110 | 1101001 | 1100000 | 100100 |
Color Harmonies of #2FB204
Complementary color
Monochromatic Colors of #2FB204
Black with #2FB204
Text Example
Text Example
White with #2FB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB204; }
p { color: rgb(47,178,4); }
H1.HeaderClassName
{
color: #2FB204;
}
.AnyTagClassName
{
color: #2FB204;
}
</style>
background-color css
<style>
a { background-color: #2FB204; }
a { background-color: rgb(47,178,4); }
div.DivClassName
{
background-color: #2FB204;
}
.BgClassName
{
background-color: #2FB204;
}
</style>
border-color css
<style>
span { border-color: #2FB204; }
span { border-color: rgb(47,178,4); }
td.TdClassName
{
border-color: #2FB204;
}
.TagClassName
{
border-color: #2FB204;
}
</style>