Shades of Kelly Green #2BBE12
Tints of Kelly Green #2BBE12
RGB
CMYK
RGB Variations
Color information
#2BBE12 (or 0x2BBE12) is known color: Kelly Green. HEX triplet: 2B, BE and 12. RGB value is (43,190,18). Sum of RGB (Red+Green+Blue) = 43+190+18=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBE12 is #D441ED. Grayscale: #7E7E7E. Windows color (decimal): -13910510 or 1228331. OLE color: 1228331.
HSL color Cylindrical-coordinate representation of color #2BBE12: hue angle of 111.28º 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 #2BBE12 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 18 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.25 |
| HSL | 111.28º | 0.83% | 0.41% | - |
| HSV(B) | 111.28º | 0.91% | 0.75% | - |
| XYZ | 19.52 | 37.38 | 6.76 | - |
| YUV | 126.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 18 | 0.77 | 0 | 0.91 | 0.25 | 111.28 | 0.83 | 0.41 |
| Hex | 2B | BE | 12 | 4D | 0 | 5B | 19 | 6F | 53 | 29 |
| Octal | 53 | 276 | 22 | 115 | 0 | 133 | 31 | 157 | 123 | 51 |
| Binary | 101011 | 10111110 | 10010 | 1001101 | 0 | 1011011 | 11001 | 1101111 | 1010011 | 101001 |
Color Harmonies of #2BBE12
Complementary color
Monochromatic Colors of #2BBE12
Black with #2BBE12
Text Example
Text Example
White with #2BBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE12; }
p { color: rgb(43,190,18); }
H1.HeaderClassName
{
color: #2BBE12;
}
.AnyTagClassName
{
color: #2BBE12;
}
</style>
background-color css
<style>
a { background-color: #2BBE12; }
a { background-color: rgb(43,190,18); }
div.DivClassName
{
background-color: #2BBE12;
}
.BgClassName
{
background-color: #2BBE12;
}
</style>
border-color css
<style>
span { border-color: #2BBE12; }
span { border-color: rgb(43,190,18); }
td.TdClassName
{
border-color: #2BBE12;
}
.TagClassName
{
border-color: #2BBE12;
}
</style>