Shades of Lime Green #2BB330
Tints of Lime Green #2BB330
RGB
CMYK
RGB Variations
Color information
#2BB330 (or 0x2BB330) is known color: Lime Green. HEX triplet: 2B, B3 and 30. RGB value is (43,179,48). Sum of RGB (Red+Green+Blue) = 43+179+48=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB330 is #D44CCF. Grayscale: #7B7B7B. Windows color (decimal): -13913296 or 3191595. OLE color: 3191595.
HSL color Cylindrical-coordinate representation of color #2BB330: hue angle of 122.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB330 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 48 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.30 |
| HSL | 122.21º | 0.61% | 0.44% | - |
| HSV(B) | 122.21º | 0.76% | 0.7% | - |
| XYZ | 17.65 | 32.97 | 8.23 | - |
| YUV | 123.4 | 85.44 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 48 | 0.76 | 0 | 0.73 | 0.30 | 122.21 | 0.61 | 0.44 |
| Hex | 2B | B3 | 30 | 4C | 0 | 49 | 1E | 7A | 3D | 2C |
| Octal | 53 | 263 | 60 | 114 | 0 | 111 | 36 | 172 | 75 | 54 |
| Binary | 101011 | 10110011 | 110000 | 1001100 | 0 | 1001001 | 11110 | 1111010 | 111101 | 101100 |
Color Harmonies of #2BB330
Complementary color
Monochromatic Colors of #2BB330
Black with #2BB330
Text Example
Text Example
White with #2BB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB330; }
p { color: rgb(43,179,48); }
H1.HeaderClassName
{
color: #2BB330;
}
.AnyTagClassName
{
color: #2BB330;
}
</style>
background-color css
<style>
a { background-color: #2BB330; }
a { background-color: rgb(43,179,48); }
div.DivClassName
{
background-color: #2BB330;
}
.BgClassName
{
background-color: #2BB330;
}
</style>
border-color css
<style>
span { border-color: #2BB330; }
span { border-color: rgb(43,179,48); }
td.TdClassName
{
border-color: #2BB330;
}
.TagClassName
{
border-color: #2BB330;
}
</style>