Shades of Kelly Green #2BB100
Tints of Kelly Green #2BB100
RGB
CMYK
RGB Variations
Color information
#2BB100 (or 0x2BB100) is known color: Kelly Green. HEX triplet: 2B, B1 and 00. RGB value is (43,177,0). Sum of RGB (Red+Green+Blue) = 43+177+0=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 177 (69.53% from 255 or 80.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BB100 is #D44EFF. Grayscale: #757575. Windows color (decimal): -13913856 or 45355. OLE color: 45355.
HSL color Cylindrical-coordinate representation of color #2BB100: hue angle of 105.42º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BB100 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.31 |
| HSL | 105.42º | 1% | 0.35% | - |
| HSV(B) | 105.42º | 1% | 0.69% | - |
| XYZ | 16.72 | 31.96 | 5.29 | - |
| YUV | 116.76 | 62.11 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 0 | 0.76 | 0 | 1 | 0.31 | 105.42 | 1 | 0.35 |
| Hex | 2B | B1 | 0 | 4C | 0 | 64 | 1F | 69 | 64 | 23 |
| Octal | 53 | 261 | 0 | 114 | 0 | 144 | 37 | 151 | 144 | 43 |
| Binary | 101011 | 10110001 | 0 | 1001100 | 0 | 1100100 | 11111 | 1101001 | 1100100 | 100011 |
Color Harmonies of #2BB100
Complementary color
Monochromatic Colors of #2BB100
Black with #2BB100
Text Example
Text Example
White with #2BB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB100; }
p { color: rgb(43,177,0); }
H1.HeaderClassName
{
color: #2BB100;
}
.AnyTagClassName
{
color: #2BB100;
}
</style>
background-color css
<style>
a { background-color: #2BB100; }
a { background-color: rgb(43,177,0); }
div.DivClassName
{
background-color: #2BB100;
}
.BgClassName
{
background-color: #2BB100;
}
</style>
border-color css
<style>
span { border-color: #2BB100; }
span { border-color: rgb(43,177,0); }
td.TdClassName
{
border-color: #2BB100;
}
.TagClassName
{
border-color: #2BB100;
}
</style>