Shades of Kelly Green #2BC00D
Tints of Kelly Green #2BC00D
RGB
CMYK
RGB Variations
Color information
#2BC00D (or 0x2BC00D) is known color: Kelly Green. HEX triplet: 2B, C0 and 0D. RGB value is (43,192,13). Sum of RGB (Red+Green+Blue) = 43+192+13=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC00D is #D43FF2. Grayscale: #7F7F7F. Windows color (decimal): -13910003 or 901163. OLE color: 901163.
HSL color Cylindrical-coordinate representation of color #2BC00D: hue angle of 109.94º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BC00D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.25 |
| HSL | 109.94º | 0.87% | 0.4% | - |
| HSV(B) | 109.94º | 0.93% | 0.75% | - |
| XYZ | 19.92 | 38.24 | 6.71 | - |
| YUV | 127.04 | 63.64 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 13 | 0.78 | 0 | 0.93 | 0.25 | 109.94 | 0.87 | 0.4 |
| Hex | 2B | C0 | D | 4E | 0 | 5D | 19 | 6E | 57 | 28 |
| Octal | 53 | 300 | 15 | 116 | 0 | 135 | 31 | 156 | 127 | 50 |
| Binary | 101011 | 11000000 | 1101 | 1001110 | 0 | 1011101 | 11001 | 1101110 | 1010111 | 101000 |
Color Harmonies of #2BC00D
Complementary color
Monochromatic Colors of #2BC00D
Black with #2BC00D
Text Example
Text Example
White with #2BC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC00D; }
p { color: rgb(43,192,13); }
H1.HeaderClassName
{
color: #2BC00D;
}
.AnyTagClassName
{
color: #2BC00D;
}
</style>
background-color css
<style>
a { background-color: #2BC00D; }
a { background-color: rgb(43,192,13); }
div.DivClassName
{
background-color: #2BC00D;
}
.BgClassName
{
background-color: #2BC00D;
}
</style>
border-color css
<style>
span { border-color: #2BC00D; }
span { border-color: rgb(43,192,13); }
td.TdClassName
{
border-color: #2BC00D;
}
.TagClassName
{
border-color: #2BC00D;
}
</style>