Shades of Kelly Green #2FCB08
Tints of Kelly Green #2FCB08
RGB
CMYK
RGB Variations
Color information
#2FCB08 (or 0x2FCB08) is known color: Kelly Green. HEX triplet: 2F, CB and 08. RGB value is (47,203,8). Sum of RGB (Red+Green+Blue) = 47+203+8=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCB08 is #D034F7. Grayscale: #868686. Windows color (decimal): -13645048 or 576303. OLE color: 576303.
HSL color Cylindrical-coordinate representation of color #2FCB08: hue angle of 108º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FCB08 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.20 |
| HSL | 108º | 0.92% | 0.41% | - |
| HSV(B) | 108º | 0.96% | 0.8% | - |
| XYZ | 22.57 | 43.33 | 7.4 | - |
| YUV | 134.13 | 56.82 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 8 | 0.77 | 0 | 0.96 | 0.20 | 108 | 0.92 | 0.41 |
| Hex | 2F | CB | 8 | 4D | 0 | 60 | 14 | 6C | 5C | 29 |
| Octal | 57 | 313 | 10 | 115 | 0 | 140 | 24 | 154 | 134 | 51 |
| Binary | 101111 | 11001011 | 1000 | 1001101 | 0 | 1100000 | 10100 | 1101100 | 1011100 | 101001 |
Color Harmonies of #2FCB08
Complementary color
Monochromatic Colors of #2FCB08
Black with #2FCB08
Text Example
Text Example
White with #2FCB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB08; }
p { color: rgb(47,203,8); }
H1.HeaderClassName
{
color: #2FCB08;
}
.AnyTagClassName
{
color: #2FCB08;
}
</style>
background-color css
<style>
a { background-color: #2FCB08; }
a { background-color: rgb(47,203,8); }
div.DivClassName
{
background-color: #2FCB08;
}
.BgClassName
{
background-color: #2FCB08;
}
</style>
border-color css
<style>
span { border-color: #2FCB08; }
span { border-color: rgb(47,203,8); }
td.TdClassName
{
border-color: #2FCB08;
}
.TagClassName
{
border-color: #2FCB08;
}
</style>