Shades of Kelly Green #2FC304
Tints of Kelly Green #2FC304
RGB
CMYK
RGB Variations
Color information
#2FC304 (or 0x2FC304) is known color: Kelly Green. HEX triplet: 2F, C3 and 04. RGB value is (47,195,4). Sum of RGB (Red+Green+Blue) = 47+195+4=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC304 is #D03CFB. Grayscale: #818181. Windows color (decimal): -13647100 or 312111. OLE color: 312111.
HSL color Cylindrical-coordinate representation of color #2FC304: hue angle of 106.49º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FC304 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.24 |
| HSL | 106.49º | 0.96% | 0.39% | - |
| HSV(B) | 106.49º | 0.98% | 0.76% | - |
| XYZ | 20.71 | 39.64 | 6.68 | - |
| YUV | 128.97 | 57.47 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 4 | 0.76 | 0 | 0.98 | 0.24 | 106.49 | 0.96 | 0.39 |
| Hex | 2F | C3 | 4 | 4C | 0 | 62 | 18 | 6A | 60 | 27 |
| Octal | 57 | 303 | 4 | 114 | 0 | 142 | 30 | 152 | 140 | 47 |
| Binary | 101111 | 11000011 | 100 | 1001100 | 0 | 1100010 | 11000 | 1101010 | 1100000 | 100111 |
Color Harmonies of #2FC304
Complementary color
Monochromatic Colors of #2FC304
Black with #2FC304
Text Example
Text Example
White with #2FC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC304; }
p { color: rgb(47,195,4); }
H1.HeaderClassName
{
color: #2FC304;
}
.AnyTagClassName
{
color: #2FC304;
}
</style>
background-color css
<style>
a { background-color: #2FC304; }
a { background-color: rgb(47,195,4); }
div.DivClassName
{
background-color: #2FC304;
}
.BgClassName
{
background-color: #2FC304;
}
</style>
border-color css
<style>
span { border-color: #2FC304; }
span { border-color: rgb(47,195,4); }
td.TdClassName
{
border-color: #2FC304;
}
.TagClassName
{
border-color: #2FC304;
}
</style>