Shades of Kelly Green #2FB41B
Tints of Kelly Green #2FB41B
RGB
CMYK
RGB Variations
Color information
#2FB41B (or 0x2FB41B) is known color: Kelly Green. HEX triplet: 2F, B4 and 1B. RGB value is (47,180,27). Sum of RGB (Red+Green+Blue) = 47+180+27=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB41B is #D04BE4. Grayscale: #7B7B7B. Windows color (decimal): -13650917 or 1815599. OLE color: 1815599.
HSL color Cylindrical-coordinate representation of color #2FB41B: hue angle of 112.16º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FB41B is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 27 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.29 |
| HSL | 112.16º | 0.74% | 0.41% | - |
| HSV(B) | 112.16º | 0.85% | 0.71% | - |
| XYZ | 17.69 | 33.33 | 6.54 | - |
| YUV | 122.79 | 73.94 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 27 | 0.74 | 0 | 0.85 | 0.29 | 112.16 | 0.74 | 0.41 |
| Hex | 2F | B4 | 1B | 4A | 0 | 55 | 1D | 70 | 4A | 29 |
| Octal | 57 | 264 | 33 | 112 | 0 | 125 | 35 | 160 | 112 | 51 |
| Binary | 101111 | 10110100 | 11011 | 1001010 | 0 | 1010101 | 11101 | 1110000 | 1001010 | 101001 |
Color Harmonies of #2FB41B
Complementary color
Monochromatic Colors of #2FB41B
Black with #2FB41B
Text Example
Text Example
White with #2FB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB41B; }
p { color: rgb(47,180,27); }
H1.HeaderClassName
{
color: #2FB41B;
}
.AnyTagClassName
{
color: #2FB41B;
}
</style>
background-color css
<style>
a { background-color: #2FB41B; }
a { background-color: rgb(47,180,27); }
div.DivClassName
{
background-color: #2FB41B;
}
.BgClassName
{
background-color: #2FB41B;
}
</style>
border-color css
<style>
span { border-color: #2FB41B; }
span { border-color: rgb(47,180,27); }
td.TdClassName
{
border-color: #2FB41B;
}
.TagClassName
{
border-color: #2FB41B;
}
</style>