Shades of Lime Green #2BB63B
Tints of Lime Green #2BB63B
RGB
CMYK
RGB Variations
Color information
#2BB63B (or 0x2BB63B) is known color: Lime Green. HEX triplet: 2B, B6 and 3B. RGB value is (43,182,59). Sum of RGB (Red+Green+Blue) = 43+182+59=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 182 (71.48% from 255 or 64.08% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB63B is #D449C4. Grayscale: #7E7E7E. Windows color (decimal): -13912517 or 3913259. OLE color: 3913259.
HSL color Cylindrical-coordinate representation of color #2BB63B: hue angle of 126.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB63B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 59 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.29 |
| HSL | 126.91º | 0.62% | 0.44% | - |
| HSV(B) | 126.91º | 0.76% | 0.71% | - |
| XYZ | 18.51 | 34.29 | 9.78 | - |
| YUV | 126.42 | 89.95 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 59 | 0.76 | 0 | 0.68 | 0.29 | 126.91 | 0.62 | 0.44 |
| Hex | 2B | B6 | 3B | 4C | 0 | 44 | 1D | 7F | 3E | 2C |
| Octal | 53 | 266 | 73 | 114 | 0 | 104 | 35 | 177 | 76 | 54 |
| Binary | 101011 | 10110110 | 111011 | 1001100 | 0 | 1000100 | 11101 | 1111111 | 111110 | 101100 |
Color Harmonies of #2BB63B
Complementary color
Monochromatic Colors of #2BB63B
Black with #2BB63B
Text Example
Text Example
White with #2BB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB63B; }
p { color: rgb(43,182,59); }
H1.HeaderClassName
{
color: #2BB63B;
}
.AnyTagClassName
{
color: #2BB63B;
}
</style>
background-color css
<style>
a { background-color: #2BB63B; }
a { background-color: rgb(43,182,59); }
div.DivClassName
{
background-color: #2BB63B;
}
.BgClassName
{
background-color: #2BB63B;
}
</style>
border-color css
<style>
span { border-color: #2BB63B; }
span { border-color: rgb(43,182,59); }
td.TdClassName
{
border-color: #2BB63B;
}
.TagClassName
{
border-color: #2BB63B;
}
</style>