Shades of Kelly Green #2FC411
Tints of Kelly Green #2FC411
RGB
CMYK
RGB Variations
Color information
#2FC411 (or 0x2FC411) is known color: Kelly Green. HEX triplet: 2F, C4 and 11. RGB value is (47,196,17). Sum of RGB (Red+Green+Blue) = 47+196+17=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC411 is #D03BEE. Grayscale: #838383. Windows color (decimal): -13646831 or 1164335. OLE color: 1164335.
HSL color Cylindrical-coordinate representation of color #2FC411: hue angle of 109.94º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FC411 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 17 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.23 |
| HSL | 109.94º | 0.84% | 0.42% | - |
| HSV(B) | 109.94º | 0.91% | 0.77% | - |
| XYZ | 21.01 | 40.12 | 7.17 | - |
| YUV | 131.04 | 63.64 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 17 | 0.76 | 0 | 0.91 | 0.23 | 109.94 | 0.84 | 0.42 |
| Hex | 2F | C4 | 11 | 4C | 0 | 5B | 17 | 6E | 54 | 2A |
| Octal | 57 | 304 | 21 | 114 | 0 | 133 | 27 | 156 | 124 | 52 |
| Binary | 101111 | 11000100 | 10001 | 1001100 | 0 | 1011011 | 10111 | 1101110 | 1010100 | 101010 |
Color Harmonies of #2FC411
Complementary color
Monochromatic Colors of #2FC411
Black with #2FC411
Text Example
Text Example
White with #2FC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC411; }
p { color: rgb(47,196,17); }
H1.HeaderClassName
{
color: #2FC411;
}
.AnyTagClassName
{
color: #2FC411;
}
</style>
background-color css
<style>
a { background-color: #2FC411; }
a { background-color: rgb(47,196,17); }
div.DivClassName
{
background-color: #2FC411;
}
.BgClassName
{
background-color: #2FC411;
}
</style>
border-color css
<style>
span { border-color: #2FC411; }
span { border-color: rgb(47,196,17); }
td.TdClassName
{
border-color: #2FC411;
}
.TagClassName
{
border-color: #2FC411;
}
</style>