Shades of Kelly Green #2BB403
Tints of Kelly Green #2BB403
RGB
CMYK
RGB Variations
Color information
#2BB403 (or 0x2BB403) is known color: Kelly Green. HEX triplet: 2B, B4 and 03. RGB value is (43,180,3). Sum of RGB (Red+Green+Blue) = 43+180+3=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 180 (70.70% from 255 or 79.65% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB403 is #D44BFC. Grayscale: #777777. Windows color (decimal): -13913085 or 242731. OLE color: 242731.
HSL color Cylindrical-coordinate representation of color #2BB403: hue angle of 106.44º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BB403 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 3 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.29 |
| HSL | 106.44º | 0.97% | 0.36% | - |
| HSV(B) | 106.44º | 0.98% | 0.71% | - |
| XYZ | 17.33 | 33.16 | 5.57 | - |
| YUV | 118.86 | 62.61 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 3 | 0.76 | 0 | 0.98 | 0.29 | 106.44 | 0.97 | 0.36 |
| Hex | 2B | B4 | 3 | 4C | 0 | 62 | 1D | 6A | 61 | 24 |
| Octal | 53 | 264 | 3 | 114 | 0 | 142 | 35 | 152 | 141 | 44 |
| Binary | 101011 | 10110100 | 11 | 1001100 | 0 | 1100010 | 11101 | 1101010 | 1100001 | 100100 |
Color Harmonies of #2BB403
Complementary color
Monochromatic Colors of #2BB403
Black with #2BB403
Text Example
Text Example
White with #2BB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB403; }
p { color: rgb(43,180,3); }
H1.HeaderClassName
{
color: #2BB403;
}
.AnyTagClassName
{
color: #2BB403;
}
</style>
background-color css
<style>
a { background-color: #2BB403; }
a { background-color: rgb(43,180,3); }
div.DivClassName
{
background-color: #2BB403;
}
.BgClassName
{
background-color: #2BB403;
}
</style>
border-color css
<style>
span { border-color: #2BB403; }
span { border-color: rgb(43,180,3); }
td.TdClassName
{
border-color: #2BB403;
}
.TagClassName
{
border-color: #2BB403;
}
</style>