Shades of Kelly Green #2BA200
Tints of Kelly Green #2BA200
RGB
CMYK
RGB Variations
Color information
#2BA200 (or 0x2BA200) is known color: Kelly Green. HEX triplet: 2B, A2 and 00. RGB value is (43,162,0). Sum of RGB (Red+Green+Blue) = 43+162+0=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA200 is #D45DFF. Grayscale: #6C6C6C. Windows color (decimal): -13917696 or 41515. OLE color: 41515.
HSL color Cylindrical-coordinate representation of color #2BA200: hue angle of 104.07º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BA200 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.36 |
| HSL | 104.07º | 1% | 0.32% | - |
| HSV(B) | 104.07º | 1% | 0.64% | - |
| XYZ | 13.92 | 26.35 | 4.35 | - |
| YUV | 107.95 | 67.08 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 0 | 0.73 | 0 | 1 | 0.36 | 104.07 | 1 | 0.32 |
| Hex | 2B | A2 | 0 | 49 | 0 | 64 | 24 | 68 | 64 | 20 |
| Octal | 53 | 242 | 0 | 111 | 0 | 144 | 44 | 150 | 144 | 40 |
| Binary | 101011 | 10100010 | 0 | 1001001 | 0 | 1100100 | 100100 | 1101000 | 1100100 | 100000 |
Color Harmonies of #2BA200
Complementary color
Monochromatic Colors of #2BA200
Black with #2BA200
Text Example
Text Example
White with #2BA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA200; }
p { color: rgb(43,162,0); }
H1.HeaderClassName
{
color: #2BA200;
}
.AnyTagClassName
{
color: #2BA200;
}
</style>
background-color css
<style>
a { background-color: #2BA200; }
a { background-color: rgb(43,162,0); }
div.DivClassName
{
background-color: #2BA200;
}
.BgClassName
{
background-color: #2BA200;
}
</style>
border-color css
<style>
span { border-color: #2BA200; }
span { border-color: rgb(43,162,0); }
td.TdClassName
{
border-color: #2BA200;
}
.TagClassName
{
border-color: #2BA200;
}
</style>