Shades of Kelly Green #2FB203
Tints of Kelly Green #2FB203
RGB
CMYK
RGB Variations
Color information
#2FB203 (or 0x2FB203) is known color: Kelly Green. HEX triplet: 2F, B2 and 03. RGB value is (47,178,3). Sum of RGB (Red+Green+Blue) = 47+178+3=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB203 is #D04DFC. Grayscale: #777777. Windows color (decimal): -13651453 or 242223. OLE color: 242223.
HSL color Cylindrical-coordinate representation of color #2FB203: hue angle of 104.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FB203 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 3 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.30 |
| HSL | 104.91º | 0.97% | 0.35% | - |
| HSV(B) | 104.91º | 0.98% | 0.7% | - |
| XYZ | 17.11 | 32.45 | 5.45 | - |
| YUV | 118.88 | 62.6 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 3 | 0.74 | 0 | 0.98 | 0.30 | 104.91 | 0.97 | 0.35 |
| Hex | 2F | B2 | 3 | 4A | 0 | 62 | 1E | 69 | 61 | 23 |
| Octal | 57 | 262 | 3 | 112 | 0 | 142 | 36 | 151 | 141 | 43 |
| Binary | 101111 | 10110010 | 11 | 1001010 | 0 | 1100010 | 11110 | 1101001 | 1100001 | 100011 |
Color Harmonies of #2FB203
Complementary color
Monochromatic Colors of #2FB203
Black with #2FB203
Text Example
Text Example
White with #2FB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB203; }
p { color: rgb(47,178,3); }
H1.HeaderClassName
{
color: #2FB203;
}
.AnyTagClassName
{
color: #2FB203;
}
</style>
background-color css
<style>
a { background-color: #2FB203; }
a { background-color: rgb(47,178,3); }
div.DivClassName
{
background-color: #2FB203;
}
.BgClassName
{
background-color: #2FB203;
}
</style>
border-color css
<style>
span { border-color: #2FB203; }
span { border-color: rgb(47,178,3); }
td.TdClassName
{
border-color: #2FB203;
}
.TagClassName
{
border-color: #2FB203;
}
</style>