Shades of Kelly Green #2FBC05
Tints of Kelly Green #2FBC05
RGB
CMYK
RGB Variations
Color information
#2FBC05 (or 0x2FBC05) is known color: Kelly Green. HEX triplet: 2F, BC and 05. RGB value is (47,188,5). Sum of RGB (Red+Green+Blue) = 47+188+5=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC05 is #D043FA. Grayscale: #7D7D7D. Windows color (decimal): -13648891 or 375855. OLE color: 375855.
HSL color Cylindrical-coordinate representation of color #2FBC05: hue angle of 106.23º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FBC05 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.26 |
| HSL | 106.23º | 0.95% | 0.38% | - |
| HSV(B) | 106.23º | 0.97% | 0.74% | - |
| XYZ | 19.18 | 36.58 | 6.19 | - |
| YUV | 124.98 | 60.29 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 5 | 0.75 | 0 | 0.97 | 0.26 | 106.23 | 0.95 | 0.38 |
| Hex | 2F | BC | 5 | 4B | 0 | 61 | 1A | 6A | 5F | 26 |
| Octal | 57 | 274 | 5 | 113 | 0 | 141 | 32 | 152 | 137 | 46 |
| Binary | 101111 | 10111100 | 101 | 1001011 | 0 | 1100001 | 11010 | 1101010 | 1011111 | 100110 |
Color Harmonies of #2FBC05
Complementary color
Monochromatic Colors of #2FBC05
Black with #2FBC05
Text Example
Text Example
White with #2FBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC05; }
p { color: rgb(47,188,5); }
H1.HeaderClassName
{
color: #2FBC05;
}
.AnyTagClassName
{
color: #2FBC05;
}
</style>
background-color css
<style>
a { background-color: #2FBC05; }
a { background-color: rgb(47,188,5); }
div.DivClassName
{
background-color: #2FBC05;
}
.BgClassName
{
background-color: #2FBC05;
}
</style>
border-color css
<style>
span { border-color: #2FBC05; }
span { border-color: rgb(47,188,5); }
td.TdClassName
{
border-color: #2FBC05;
}
.TagClassName
{
border-color: #2FBC05;
}
</style>