Shades of Kelly Green #2BBB01
Tints of Kelly Green #2BBB01
RGB
CMYK
RGB Variations
Color information
#2BBB01 (or 0x2BBB01) is known color: Kelly Green. HEX triplet: 2B, BB and 01. RGB value is (43,187,1). Sum of RGB (Red+Green+Blue) = 43+187+1=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 187 (73.44% from 255 or 80.95% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBB01 is #D444FE. Grayscale: #7B7B7B. Windows color (decimal): -13911295 or 113451. OLE color: 113451.
HSL color Cylindrical-coordinate representation of color #2BBB01: hue angle of 106.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2BBB01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.27 |
| HSL | 106.45º | 0.99% | 0.37% | - |
| HSV(B) | 106.45º | 0.99% | 0.73% | - |
| XYZ | 18.77 | 36.06 | 6 | - |
| YUV | 122.74 | 59.29 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 1 | 0.77 | 0 | 0.99 | 0.27 | 106.45 | 0.99 | 0.37 |
| Hex | 2B | BB | 1 | 4D | 0 | 63 | 1B | 6A | 63 | 25 |
| Octal | 53 | 273 | 1 | 115 | 0 | 143 | 33 | 152 | 143 | 45 |
| Binary | 101011 | 10111011 | 1 | 1001101 | 0 | 1100011 | 11011 | 1101010 | 1100011 | 100101 |
Color Harmonies of #2BBB01
Complementary color
Monochromatic Colors of #2BBB01
Black with #2BBB01
Text Example
Text Example
White with #2BBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB01; }
p { color: rgb(43,187,1); }
H1.HeaderClassName
{
color: #2BBB01;
}
.AnyTagClassName
{
color: #2BBB01;
}
</style>
background-color css
<style>
a { background-color: #2BBB01; }
a { background-color: rgb(43,187,1); }
div.DivClassName
{
background-color: #2BBB01;
}
.BgClassName
{
background-color: #2BBB01;
}
</style>
border-color css
<style>
span { border-color: #2BBB01; }
span { border-color: rgb(43,187,1); }
td.TdClassName
{
border-color: #2BBB01;
}
.TagClassName
{
border-color: #2BBB01;
}
</style>