Shades of Kelly Green #2BB40B
Tints of Kelly Green #2BB40B
RGB
CMYK
RGB Variations
Color information
#2BB40B (or 0x2BB40B) is known color: Kelly Green. HEX triplet: 2B, B4 and 0B. RGB value is (43,180,11). Sum of RGB (Red+Green+Blue) = 43+180+11=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 180 (70.70% from 255 or 76.92% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB40B is #D44BF4. Grayscale: #787878. Windows color (decimal): -13913077 or 767019. OLE color: 767019.
HSL color Cylindrical-coordinate representation of color #2BB40B: hue angle of 108.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BB40B is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 11 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.29 |
| HSL | 108.64º | 0.88% | 0.37% | - |
| HSV(B) | 108.64º | 0.94% | 0.71% | - |
| XYZ | 17.38 | 33.18 | 5.81 | - |
| YUV | 119.77 | 66.61 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 11 | 0.76 | 0 | 0.94 | 0.29 | 108.64 | 0.88 | 0.37 |
| Hex | 2B | B4 | B | 4C | 0 | 5E | 1D | 6D | 58 | 25 |
| Octal | 53 | 264 | 13 | 114 | 0 | 136 | 35 | 155 | 130 | 45 |
| Binary | 101011 | 10110100 | 1011 | 1001100 | 0 | 1011110 | 11101 | 1101101 | 1011000 | 100101 |
Color Harmonies of #2BB40B
Complementary color
Monochromatic Colors of #2BB40B
Black with #2BB40B
Text Example
Text Example
White with #2BB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB40B; }
p { color: rgb(43,180,11); }
H1.HeaderClassName
{
color: #2BB40B;
}
.AnyTagClassName
{
color: #2BB40B;
}
</style>
background-color css
<style>
a { background-color: #2BB40B; }
a { background-color: rgb(43,180,11); }
div.DivClassName
{
background-color: #2BB40B;
}
.BgClassName
{
background-color: #2BB40B;
}
</style>
border-color css
<style>
span { border-color: #2BB40B; }
span { border-color: rgb(43,180,11); }
td.TdClassName
{
border-color: #2BB40B;
}
.TagClassName
{
border-color: #2BB40B;
}
</style>