Shades of Kelly Green #2BC010
Tints of Kelly Green #2BC010
RGB
CMYK
RGB Variations
Color information
#2BC010 (or 0x2BC010) is known color: Kelly Green. HEX triplet: 2B, C0 and 10. RGB value is (43,192,16). Sum of RGB (Red+Green+Blue) = 43+192+16=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 192 (75.39% from 255 or 76.49% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC010 is #D43FEF. Grayscale: #7F7F7F. Windows color (decimal): -13910000 or 1097771. OLE color: 1097771.
HSL color Cylindrical-coordinate representation of color #2BC010: hue angle of 110.8º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BC010 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.25 |
| HSL | 110.8º | 0.85% | 0.41% | - |
| HSV(B) | 110.8º | 0.92% | 0.75% | - |
| XYZ | 19.94 | 38.25 | 6.82 | - |
| YUV | 127.39 | 65.14 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 16 | 0.78 | 0 | 0.92 | 0.25 | 110.8 | 0.85 | 0.41 |
| Hex | 2B | C0 | 10 | 4E | 0 | 5C | 19 | 6F | 55 | 29 |
| Octal | 53 | 300 | 20 | 116 | 0 | 134 | 31 | 157 | 125 | 51 |
| Binary | 101011 | 11000000 | 10000 | 1001110 | 0 | 1011100 | 11001 | 1101111 | 1010101 | 101001 |
Color Harmonies of #2BC010
Complementary color
Monochromatic Colors of #2BC010
Black with #2BC010
Text Example
Text Example
White with #2BC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC010; }
p { color: rgb(43,192,16); }
H1.HeaderClassName
{
color: #2BC010;
}
.AnyTagClassName
{
color: #2BC010;
}
</style>
background-color css
<style>
a { background-color: #2BC010; }
a { background-color: rgb(43,192,16); }
div.DivClassName
{
background-color: #2BC010;
}
.BgClassName
{
background-color: #2BC010;
}
</style>
border-color css
<style>
span { border-color: #2BC010; }
span { border-color: rgb(43,192,16); }
td.TdClassName
{
border-color: #2BC010;
}
.TagClassName
{
border-color: #2BC010;
}
</style>