Shades of Kelly Green #2FBC00
Tints of Kelly Green #2FBC00
RGB
CMYK
RGB Variations
Color information
#2FBC00 (or 0x2FBC00) is known color: Kelly Green. HEX triplet: 2F, BC and 00. RGB value is (47,188,0). Sum of RGB (Red+Green+Blue) = 47+188+0=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC00 is #D043FF. Grayscale: #7D7D7D. Windows color (decimal): -13648896 or 48175. OLE color: 48175.
HSL color Cylindrical-coordinate representation of color #2FBC00: hue angle of 105º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FBC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.26 |
| HSL | 105º | 1% | 0.37% | - |
| HSV(B) | 105º | 1% | 0.74% | - |
| XYZ | 19.16 | 36.57 | 6.05 | - |
| YUV | 124.41 | 57.79 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 0 | 0.75 | 0 | 1 | 0.26 | 105 | 1 | 0.37 |
| Hex | 2F | BC | 0 | 4B | 0 | 64 | 1A | 69 | 64 | 25 |
| Octal | 57 | 274 | 0 | 113 | 0 | 144 | 32 | 151 | 144 | 45 |
| Binary | 101111 | 10111100 | 0 | 1001011 | 0 | 1100100 | 11010 | 1101001 | 1100100 | 100101 |
Color Harmonies of #2FBC00
Complementary color
Monochromatic Colors of #2FBC00
Black with #2FBC00
Text Example
Text Example
White with #2FBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC00; }
p { color: rgb(47,188,0); }
H1.HeaderClassName
{
color: #2FBC00;
}
.AnyTagClassName
{
color: #2FBC00;
}
</style>
background-color css
<style>
a { background-color: #2FBC00; }
a { background-color: rgb(47,188,0); }
div.DivClassName
{
background-color: #2FBC00;
}
.BgClassName
{
background-color: #2FBC00;
}
</style>
border-color css
<style>
span { border-color: #2FBC00; }
span { border-color: rgb(47,188,0); }
td.TdClassName
{
border-color: #2FBC00;
}
.TagClassName
{
border-color: #2FBC00;
}
</style>