Shades of Kelly Green #2FBC08
Tints of Kelly Green #2FBC08
RGB
CMYK
RGB Variations
Color information
#2FBC08 (or 0x2FBC08) is known color: Kelly Green. HEX triplet: 2F, BC and 08. RGB value is (47,188,8). Sum of RGB (Red+Green+Blue) = 47+188+8=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC08 is #D043F7. Grayscale: #7D7D7D. Windows color (decimal): -13648888 or 572463. OLE color: 572463.
HSL color Cylindrical-coordinate representation of color #2FBC08: hue angle of 107º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FBC08 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 8 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.26 |
| HSL | 107º | 0.92% | 0.38% | - |
| HSV(B) | 107º | 0.96% | 0.74% | - |
| XYZ | 19.2 | 36.59 | 6.28 | - |
| YUV | 125.32 | 61.79 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 8 | 0.75 | 0 | 0.96 | 0.26 | 107 | 0.92 | 0.38 |
| Hex | 2F | BC | 8 | 4B | 0 | 60 | 1A | 6B | 5C | 26 |
| Octal | 57 | 274 | 10 | 113 | 0 | 140 | 32 | 153 | 134 | 46 |
| Binary | 101111 | 10111100 | 1000 | 1001011 | 0 | 1100000 | 11010 | 1101011 | 1011100 | 100110 |
Color Harmonies of #2FBC08
Complementary color
Monochromatic Colors of #2FBC08
Black with #2FBC08
Text Example
Text Example
White with #2FBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC08; }
p { color: rgb(47,188,8); }
H1.HeaderClassName
{
color: #2FBC08;
}
.AnyTagClassName
{
color: #2FBC08;
}
</style>
background-color css
<style>
a { background-color: #2FBC08; }
a { background-color: rgb(47,188,8); }
div.DivClassName
{
background-color: #2FBC08;
}
.BgClassName
{
background-color: #2FBC08;
}
</style>
border-color css
<style>
span { border-color: #2FBC08; }
span { border-color: rgb(47,188,8); }
td.TdClassName
{
border-color: #2FBC08;
}
.TagClassName
{
border-color: #2FBC08;
}
</style>