Shades of Kelly Green #2FBC13
Tints of Kelly Green #2FBC13
RGB
CMYK
RGB Variations
Color information
#2FBC13 (or 0x2FBC13) is known color: Kelly Green. HEX triplet: 2F, BC and 13. RGB value is (47,188,19). Sum of RGB (Red+Green+Blue) = 47+188+19=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC13 is #D043EC. Grayscale: #7F7F7F. Windows color (decimal): -13648877 or 1293359. OLE color: 1293359.
HSL color Cylindrical-coordinate representation of color #2FBC13: hue angle of 110.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FBC13 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 19 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.26 |
| HSL | 110.06º | 0.82% | 0.41% | - |
| HSV(B) | 110.06º | 0.9% | 0.74% | - |
| XYZ | 19.27 | 36.62 | 6.67 | - |
| YUV | 126.58 | 67.29 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 19 | 0.75 | 0 | 0.90 | 0.26 | 110.06 | 0.82 | 0.41 |
| Hex | 2F | BC | 13 | 4B | 0 | 5A | 1A | 6E | 52 | 29 |
| Octal | 57 | 274 | 23 | 113 | 0 | 132 | 32 | 156 | 122 | 51 |
| Binary | 101111 | 10111100 | 10011 | 1001011 | 0 | 1011010 | 11010 | 1101110 | 1010010 | 101001 |
Color Harmonies of #2FBC13
Complementary color
Monochromatic Colors of #2FBC13
Black with #2FBC13
Text Example
Text Example
White with #2FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC13; }
p { color: rgb(47,188,19); }
H1.HeaderClassName
{
color: #2FBC13;
}
.AnyTagClassName
{
color: #2FBC13;
}
</style>
background-color css
<style>
a { background-color: #2FBC13; }
a { background-color: rgb(47,188,19); }
div.DivClassName
{
background-color: #2FBC13;
}
.BgClassName
{
background-color: #2FBC13;
}
</style>
border-color css
<style>
span { border-color: #2FBC13; }
span { border-color: rgb(47,188,19); }
td.TdClassName
{
border-color: #2FBC13;
}
.TagClassName
{
border-color: #2FBC13;
}
</style>