Shades of Kelly Green #2FB30C
Tints of Kelly Green #2FB30C
RGB
CMYK
RGB Variations
Color information
#2FB30C (or 0x2FB30C) is known color: Kelly Green. HEX triplet: 2F, B3 and 0C. RGB value is (47,179,12). Sum of RGB (Red+Green+Blue) = 47+179+12=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 179 (70.31% from 255 or 75.21% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB30C is #D04CF3. Grayscale: #797979. Windows color (decimal): -13651188 or 832303. OLE color: 832303.
HSL color Cylindrical-coordinate representation of color #2FB30C: hue angle of 107.43º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FB30C is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 12 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.30 |
| HSL | 107.43º | 0.87% | 0.37% | - |
| HSV(B) | 107.43º | 0.93% | 0.7% | - |
| XYZ | 17.36 | 32.87 | 5.78 | - |
| YUV | 120.49 | 66.77 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 12 | 0.74 | 0 | 0.93 | 0.30 | 107.43 | 0.87 | 0.37 |
| Hex | 2F | B3 | C | 4A | 0 | 5D | 1E | 6B | 57 | 25 |
| Octal | 57 | 263 | 14 | 112 | 0 | 135 | 36 | 153 | 127 | 45 |
| Binary | 101111 | 10110011 | 1100 | 1001010 | 0 | 1011101 | 11110 | 1101011 | 1010111 | 100101 |
Color Harmonies of #2FB30C
Complementary color
Monochromatic Colors of #2FB30C
Black with #2FB30C
Text Example
Text Example
White with #2FB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB30C; }
p { color: rgb(47,179,12); }
H1.HeaderClassName
{
color: #2FB30C;
}
.AnyTagClassName
{
color: #2FB30C;
}
</style>
background-color css
<style>
a { background-color: #2FB30C; }
a { background-color: rgb(47,179,12); }
div.DivClassName
{
background-color: #2FB30C;
}
.BgClassName
{
background-color: #2FB30C;
}
</style>
border-color css
<style>
span { border-color: #2FB30C; }
span { border-color: rgb(47,179,12); }
td.TdClassName
{
border-color: #2FB30C;
}
.TagClassName
{
border-color: #2FB30C;
}
</style>