Shades of Kelly Green #2BBF12
Tints of Kelly Green #2BBF12
RGB
CMYK
RGB Variations
Color information
#2BBF12 (or 0x2BBF12) is known color: Kelly Green. HEX triplet: 2B, BF and 12. RGB value is (43,191,18). Sum of RGB (Red+Green+Blue) = 43+191+18=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBF12 is #D440ED. Grayscale: #7F7F7F. Windows color (decimal): -13910254 or 1228587. OLE color: 1228587.
HSL color Cylindrical-coordinate representation of color #2BBF12: hue angle of 111.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BBF12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 18 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.25 |
| HSL | 111.33º | 0.83% | 0.41% | - |
| HSV(B) | 111.33º | 0.91% | 0.75% | - |
| XYZ | 19.74 | 37.82 | 6.83 | - |
| YUV | 127.03 | 66.47 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 18 | 0.77 | 0 | 0.91 | 0.25 | 111.33 | 0.83 | 0.41 |
| Hex | 2B | BF | 12 | 4D | 0 | 5B | 19 | 6F | 53 | 29 |
| Octal | 53 | 277 | 22 | 115 | 0 | 133 | 31 | 157 | 123 | 51 |
| Binary | 101011 | 10111111 | 10010 | 1001101 | 0 | 1011011 | 11001 | 1101111 | 1010011 | 101001 |
Color Harmonies of #2BBF12
Complementary color
Monochromatic Colors of #2BBF12
Black with #2BBF12
Text Example
Text Example
White with #2BBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF12; }
p { color: rgb(43,191,18); }
H1.HeaderClassName
{
color: #2BBF12;
}
.AnyTagClassName
{
color: #2BBF12;
}
</style>
background-color css
<style>
a { background-color: #2BBF12; }
a { background-color: rgb(43,191,18); }
div.DivClassName
{
background-color: #2BBF12;
}
.BgClassName
{
background-color: #2BBF12;
}
</style>
border-color css
<style>
span { border-color: #2BBF12; }
span { border-color: rgb(43,191,18); }
td.TdClassName
{
border-color: #2BBF12;
}
.TagClassName
{
border-color: #2BBF12;
}
</style>