Shades of Kelly Green #2BB812
Tints of Kelly Green #2BB812
RGB
CMYK
RGB Variations
Color information
#2BB812 (or 0x2BB812) is known color: Kelly Green. HEX triplet: 2B, B8 and 12. RGB value is (43,184,18). Sum of RGB (Red+Green+Blue) = 43+184+18=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB812 is #D447ED. Grayscale: #7B7B7B. Windows color (decimal): -13912046 or 1226795. OLE color: 1226795.
HSL color Cylindrical-coordinate representation of color #2BB812: hue angle of 110.96º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BB812 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 18 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.28 |
| HSL | 110.96º | 0.82% | 0.4% | - |
| HSV(B) | 110.96º | 0.9% | 0.72% | - |
| XYZ | 18.25 | 34.84 | 6.34 | - |
| YUV | 122.92 | 68.79 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 18 | 0.77 | 0 | 0.90 | 0.28 | 110.96 | 0.82 | 0.4 |
| Hex | 2B | B8 | 12 | 4D | 0 | 5A | 1C | 6F | 52 | 28 |
| Octal | 53 | 270 | 22 | 115 | 0 | 132 | 34 | 157 | 122 | 50 |
| Binary | 101011 | 10111000 | 10010 | 1001101 | 0 | 1011010 | 11100 | 1101111 | 1010010 | 101000 |
Color Harmonies of #2BB812
Complementary color
Monochromatic Colors of #2BB812
Black with #2BB812
Text Example
Text Example
White with #2BB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB812; }
p { color: rgb(43,184,18); }
H1.HeaderClassName
{
color: #2BB812;
}
.AnyTagClassName
{
color: #2BB812;
}
</style>
background-color css
<style>
a { background-color: #2BB812; }
a { background-color: rgb(43,184,18); }
div.DivClassName
{
background-color: #2BB812;
}
.BgClassName
{
background-color: #2BB812;
}
</style>
border-color css
<style>
span { border-color: #2BB812; }
span { border-color: rgb(43,184,18); }
td.TdClassName
{
border-color: #2BB812;
}
.TagClassName
{
border-color: #2BB812;
}
</style>