Shades of Kelly Green #2FBC04
Tints of Kelly Green #2FBC04
RGB
CMYK
RGB Variations
Color information
#2FBC04 (or 0x2FBC04) is known color: Kelly Green. HEX triplet: 2F, BC and 04. RGB value is (47,188,4). Sum of RGB (Red+Green+Blue) = 47+188+4=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC04 is #D043FB. Grayscale: #7D7D7D. Windows color (decimal): -13648892 or 310319. OLE color: 310319.
HSL color Cylindrical-coordinate representation of color #2FBC04: hue angle of 105.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FBC04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.26 |
| HSL | 105.98º | 0.96% | 0.38% | - |
| HSV(B) | 105.98º | 0.98% | 0.74% | - |
| XYZ | 19.18 | 36.58 | 6.16 | - |
| YUV | 124.87 | 59.79 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 4 | 0.75 | 0 | 0.98 | 0.26 | 105.98 | 0.96 | 0.38 |
| Hex | 2F | BC | 4 | 4B | 0 | 62 | 1A | 6A | 60 | 26 |
| Octal | 57 | 274 | 4 | 113 | 0 | 142 | 32 | 152 | 140 | 46 |
| Binary | 101111 | 10111100 | 100 | 1001011 | 0 | 1100010 | 11010 | 1101010 | 1100000 | 100110 |
Color Harmonies of #2FBC04
Complementary color
Monochromatic Colors of #2FBC04
Black with #2FBC04
Text Example
Text Example
White with #2FBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC04; }
p { color: rgb(47,188,4); }
H1.HeaderClassName
{
color: #2FBC04;
}
.AnyTagClassName
{
color: #2FBC04;
}
</style>
background-color css
<style>
a { background-color: #2FBC04; }
a { background-color: rgb(47,188,4); }
div.DivClassName
{
background-color: #2FBC04;
}
.BgClassName
{
background-color: #2FBC04;
}
</style>
border-color css
<style>
span { border-color: #2FBC04; }
span { border-color: rgb(47,188,4); }
td.TdClassName
{
border-color: #2FBC04;
}
.TagClassName
{
border-color: #2FBC04;
}
</style>