Shades of Kelly Green #2BBE10
Tints of Kelly Green #2BBE10
RGB
CMYK
RGB Variations
Color information
#2BBE10 (or 0x2BBE10) is known color: Kelly Green. HEX triplet: 2B, BE and 10. RGB value is (43,190,16). Sum of RGB (Red+Green+Blue) = 43+190+16=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 190 (74.61% from 255 or 76.31% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBE10 is #D441EF. Grayscale: #7E7E7E. Windows color (decimal): -13910512 or 1097259. OLE color: 1097259.
HSL color Cylindrical-coordinate representation of color #2BBE10: hue angle of 110.69º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BBE10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.25 |
| HSL | 110.69º | 0.84% | 0.4% | - |
| HSV(B) | 110.69º | 0.92% | 0.75% | - |
| XYZ | 19.5 | 37.38 | 6.68 | - |
| YUV | 126.21 | 65.8 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 16 | 0.77 | 0 | 0.92 | 0.25 | 110.69 | 0.84 | 0.4 |
| Hex | 2B | BE | 10 | 4D | 0 | 5C | 19 | 6F | 54 | 28 |
| Octal | 53 | 276 | 20 | 115 | 0 | 134 | 31 | 157 | 124 | 50 |
| Binary | 101011 | 10111110 | 10000 | 1001101 | 0 | 1011100 | 11001 | 1101111 | 1010100 | 101000 |
Color Harmonies of #2BBE10
Complementary color
Monochromatic Colors of #2BBE10
Black with #2BBE10
Text Example
Text Example
White with #2BBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE10; }
p { color: rgb(43,190,16); }
H1.HeaderClassName
{
color: #2BBE10;
}
.AnyTagClassName
{
color: #2BBE10;
}
</style>
background-color css
<style>
a { background-color: #2BBE10; }
a { background-color: rgb(43,190,16); }
div.DivClassName
{
background-color: #2BBE10;
}
.BgClassName
{
background-color: #2BBE10;
}
</style>
border-color css
<style>
span { border-color: #2BBE10; }
span { border-color: rgb(43,190,16); }
td.TdClassName
{
border-color: #2BBE10;
}
.TagClassName
{
border-color: #2BBE10;
}
</style>