Shades of Kelly Green #2BB914
Tints of Kelly Green #2BB914
RGB
CMYK
RGB Variations
Color information
#2BB914 (or 0x2BB914) is known color: Kelly Green. HEX triplet: 2B, B9 and 14. RGB value is (43,185,20). Sum of RGB (Red+Green+Blue) = 43+185+20=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 185 (72.66% from 255 or 74.60% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB914 is #D446EB. Grayscale: #7C7C7C. Windows color (decimal): -13911788 or 1358123. OLE color: 1358123.
HSL color Cylindrical-coordinate representation of color #2BB914: hue angle of 111.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BB914 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 20 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.27 |
| HSL | 111.64º | 0.8% | 0.4% | - |
| HSV(B) | 111.64º | 0.89% | 0.73% | - |
| XYZ | 18.47 | 35.26 | 6.49 | - |
| YUV | 123.73 | 69.46 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 20 | 0.77 | 0 | 0.89 | 0.27 | 111.64 | 0.8 | 0.4 |
| Hex | 2B | B9 | 14 | 4D | 0 | 59 | 1B | 70 | 50 | 28 |
| Octal | 53 | 271 | 24 | 115 | 0 | 131 | 33 | 160 | 120 | 50 |
| Binary | 101011 | 10111001 | 10100 | 1001101 | 0 | 1011001 | 11011 | 1110000 | 1010000 | 101000 |
Color Harmonies of #2BB914
Complementary color
Monochromatic Colors of #2BB914
Black with #2BB914
Text Example
Text Example
White with #2BB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB914; }
p { color: rgb(43,185,20); }
H1.HeaderClassName
{
color: #2BB914;
}
.AnyTagClassName
{
color: #2BB914;
}
</style>
background-color css
<style>
a { background-color: #2BB914; }
a { background-color: rgb(43,185,20); }
div.DivClassName
{
background-color: #2BB914;
}
.BgClassName
{
background-color: #2BB914;
}
</style>
border-color css
<style>
span { border-color: #2BB914; }
span { border-color: rgb(43,185,20); }
td.TdClassName
{
border-color: #2BB914;
}
.TagClassName
{
border-color: #2BB914;
}
</style>