Shades of Kelly Green #2FB61B
Tints of Kelly Green #2FB61B
RGB
CMYK
RGB Variations
Color information
#2FB61B (or 0x2FB61B) is known color: Kelly Green. HEX triplet: 2F, B6 and 1B. RGB value is (47,182,27). Sum of RGB (Red+Green+Blue) = 47+182+27=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB61B is #D049E4. Grayscale: #7C7C7C. Windows color (decimal): -13650405 or 1816111. OLE color: 1816111.
HSL color Cylindrical-coordinate representation of color #2FB61B: hue angle of 112.26º 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 #2FB61B is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 27 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.29 |
| HSL | 112.26º | 0.74% | 0.41% | - |
| HSV(B) | 112.26º | 0.85% | 0.71% | - |
| XYZ | 18.1 | 34.14 | 6.67 | - |
| YUV | 123.97 | 73.27 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 27 | 0.74 | 0 | 0.85 | 0.29 | 112.26 | 0.74 | 0.41 |
| Hex | 2F | B6 | 1B | 4A | 0 | 55 | 1D | 70 | 4A | 29 |
| Octal | 57 | 266 | 33 | 112 | 0 | 125 | 35 | 160 | 112 | 51 |
| Binary | 101111 | 10110110 | 11011 | 1001010 | 0 | 1010101 | 11101 | 1110000 | 1001010 | 101001 |
Color Harmonies of #2FB61B
Complementary color
Monochromatic Colors of #2FB61B
Black with #2FB61B
Text Example
Text Example
White with #2FB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB61B; }
p { color: rgb(47,182,27); }
H1.HeaderClassName
{
color: #2FB61B;
}
.AnyTagClassName
{
color: #2FB61B;
}
</style>
background-color css
<style>
a { background-color: #2FB61B; }
a { background-color: rgb(47,182,27); }
div.DivClassName
{
background-color: #2FB61B;
}
.BgClassName
{
background-color: #2FB61B;
}
</style>
border-color css
<style>
span { border-color: #2FB61B; }
span { border-color: rgb(47,182,27); }
td.TdClassName
{
border-color: #2FB61B;
}
.TagClassName
{
border-color: #2FB61B;
}
</style>