Shades of Kelly Green #2FD30C
Tints of Kelly Green #2FD30C
RGB
CMYK
RGB Variations
Color information
#2FD30C (or 0x2FD30C) is known color: Kelly Green. HEX triplet: 2F, D3 and 0C. RGB value is (47,211,12). Sum of RGB (Red+Green+Blue) = 47+211+12=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD30C is #D02CF3. Grayscale: #8B8B8B. Windows color (decimal): -13642996 or 840495. OLE color: 840495.
HSL color Cylindrical-coordinate representation of color #2FD30C: hue angle of 109.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD30C is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 12 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.17 |
| HSL | 109.45º | 0.89% | 0.44% | - |
| HSV(B) | 109.45º | 0.94% | 0.83% | - |
| XYZ | 24.53 | 47.22 | 8.17 | - |
| YUV | 139.28 | 56.17 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 12 | 0.78 | 0 | 0.94 | 0.17 | 109.45 | 0.89 | 0.44 |
| Hex | 2F | D3 | C | 4E | 0 | 5E | 11 | 6D | 59 | 2C |
| Octal | 57 | 323 | 14 | 116 | 0 | 136 | 21 | 155 | 131 | 54 |
| Binary | 101111 | 11010011 | 1100 | 1001110 | 0 | 1011110 | 10001 | 1101101 | 1011001 | 101100 |
Color Harmonies of #2FD30C
Complementary color
Monochromatic Colors of #2FD30C
Black with #2FD30C
Text Example
Text Example
White with #2FD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD30C; }
p { color: rgb(47,211,12); }
H1.HeaderClassName
{
color: #2FD30C;
}
.AnyTagClassName
{
color: #2FD30C;
}
</style>
background-color css
<style>
a { background-color: #2FD30C; }
a { background-color: rgb(47,211,12); }
div.DivClassName
{
background-color: #2FD30C;
}
.BgClassName
{
background-color: #2FD30C;
}
</style>
border-color css
<style>
span { border-color: #2FD30C; }
span { border-color: rgb(47,211,12); }
td.TdClassName
{
border-color: #2FD30C;
}
.TagClassName
{
border-color: #2FD30C;
}
</style>