Shades of Lime Green #2BB627
Tints of Lime Green #2BB627
RGB
CMYK
RGB Variations
Color information
#2BB627 (or 0x2BB627) is known color: Lime Green. HEX triplet: 2B, B6 and 27. RGB value is (43,182,39). Sum of RGB (Red+Green+Blue) = 43+182+39=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB627 is #D449D8. Grayscale: #7C7C7C. Windows color (decimal): -13912537 or 2602539. OLE color: 2602539.
HSL color Cylindrical-coordinate representation of color #2BB627: hue angle of 118.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB627 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 39 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.29 |
| HSL | 118.32º | 0.65% | 0.43% | - |
| HSV(B) | 118.32º | 0.79% | 0.71% | - |
| XYZ | 18.09 | 34.12 | 7.55 | - |
| YUV | 124.14 | 79.95 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 39 | 0.76 | 0 | 0.79 | 0.29 | 118.32 | 0.65 | 0.43 |
| Hex | 2B | B6 | 27 | 4C | 0 | 4F | 1D | 76 | 41 | 2B |
| Octal | 53 | 266 | 47 | 114 | 0 | 117 | 35 | 166 | 101 | 53 |
| Binary | 101011 | 10110110 | 100111 | 1001100 | 0 | 1001111 | 11101 | 1110110 | 1000001 | 101011 |
Color Harmonies of #2BB627
Complementary color
Monochromatic Colors of #2BB627
Black with #2BB627
Text Example
Text Example
White with #2BB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB627; }
p { color: rgb(43,182,39); }
H1.HeaderClassName
{
color: #2BB627;
}
.AnyTagClassName
{
color: #2BB627;
}
</style>
background-color css
<style>
a { background-color: #2BB627; }
a { background-color: rgb(43,182,39); }
div.DivClassName
{
background-color: #2BB627;
}
.BgClassName
{
background-color: #2BB627;
}
</style>
border-color css
<style>
span { border-color: #2BB627; }
span { border-color: rgb(43,182,39); }
td.TdClassName
{
border-color: #2BB627;
}
.TagClassName
{
border-color: #2BB627;
}
</style>