Shades of Lime Green #2BB234
Tints of Lime Green #2BB234
RGB
CMYK
RGB Variations
Color information
#2BB234 (or 0x2BB234) is known color: Lime Green. HEX triplet: 2B, B2 and 34. RGB value is (43,178,52). Sum of RGB (Red+Green+Blue) = 43+178+52=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB234 is #D44DCB. Grayscale: #7B7B7B. Windows color (decimal): -13913548 or 3453483. OLE color: 3453483.
HSL color Cylindrical-coordinate representation of color #2BB234: hue angle of 124º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB234 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 52 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.30 |
| HSL | 124º | 0.61% | 0.43% | - |
| HSV(B) | 124º | 0.76% | 0.7% | - |
| XYZ | 17.54 | 32.6 | 8.62 | - |
| YUV | 123.27 | 87.77 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 52 | 0.76 | 0 | 0.71 | 0.30 | 124 | 0.61 | 0.43 |
| Hex | 2B | B2 | 34 | 4C | 0 | 47 | 1E | 7C | 3D | 2B |
| Octal | 53 | 262 | 64 | 114 | 0 | 107 | 36 | 174 | 75 | 53 |
| Binary | 101011 | 10110010 | 110100 | 1001100 | 0 | 1000111 | 11110 | 1111100 | 111101 | 101011 |
Color Harmonies of #2BB234
Complementary color
Monochromatic Colors of #2BB234
Black with #2BB234
Text Example
Text Example
White with #2BB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB234; }
p { color: rgb(43,178,52); }
H1.HeaderClassName
{
color: #2BB234;
}
.AnyTagClassName
{
color: #2BB234;
}
</style>
background-color css
<style>
a { background-color: #2BB234; }
a { background-color: rgb(43,178,52); }
div.DivClassName
{
background-color: #2BB234;
}
.BgClassName
{
background-color: #2BB234;
}
</style>
border-color css
<style>
span { border-color: #2BB234; }
span { border-color: rgb(43,178,52); }
td.TdClassName
{
border-color: #2BB234;
}
.TagClassName
{
border-color: #2BB234;
}
</style>