Shades of Kelly Green #2FCB02
Tints of Kelly Green #2FCB02
RGB
CMYK
RGB Variations
Color information
#2FCB02 (or 0x2FCB02) is known color: Kelly Green. HEX triplet: 2F, CB and 02. RGB value is (47,203,2). Sum of RGB (Red+Green+Blue) = 47+203+2=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCB02 is #D034FD. Grayscale: #868686. Windows color (decimal): -13645054 or 183087. OLE color: 183087.
HSL color Cylindrical-coordinate representation of color #2FCB02: hue angle of 106.57º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FCB02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.20 |
| HSL | 106.57º | 0.98% | 0.4% | - |
| HSV(B) | 106.57º | 0.99% | 0.8% | - |
| XYZ | 22.54 | 43.32 | 7.23 | - |
| YUV | 133.44 | 53.82 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 2 | 0.77 | 0 | 0.99 | 0.20 | 106.57 | 0.98 | 0.4 |
| Hex | 2F | CB | 2 | 4D | 0 | 63 | 14 | 6B | 62 | 28 |
| Octal | 57 | 313 | 2 | 115 | 0 | 143 | 24 | 153 | 142 | 50 |
| Binary | 101111 | 11001011 | 10 | 1001101 | 0 | 1100011 | 10100 | 1101011 | 1100010 | 101000 |
Color Harmonies of #2FCB02
Complementary color
Monochromatic Colors of #2FCB02
Black with #2FCB02
Text Example
Text Example
White with #2FCB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB02; }
p { color: rgb(47,203,2); }
H1.HeaderClassName
{
color: #2FCB02;
}
.AnyTagClassName
{
color: #2FCB02;
}
</style>
background-color css
<style>
a { background-color: #2FCB02; }
a { background-color: rgb(47,203,2); }
div.DivClassName
{
background-color: #2FCB02;
}
.BgClassName
{
background-color: #2FCB02;
}
</style>
border-color css
<style>
span { border-color: #2FCB02; }
span { border-color: rgb(47,203,2); }
td.TdClassName
{
border-color: #2FCB02;
}
.TagClassName
{
border-color: #2FCB02;
}
</style>