Shades of Lime Green #2BD130
Tints of Lime Green #2BD130
RGB
CMYK
RGB Variations
Color information
#2BD130 (or 0x2BD130) is known color: Lime Green. HEX triplet: 2B, D1 and 30. RGB value is (43,209,48). Sum of RGB (Red+Green+Blue) = 43+209+48=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD130 is #D42ECF. Grayscale: #8D8D8D. Windows color (decimal): -13905616 or 3199275. OLE color: 3199275.
HSL color Cylindrical-coordinate representation of color #2BD130: hue angle of 121.81º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD130 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 48 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.18 |
| HSL | 121.81º | 0.66% | 0.49% | - |
| HSV(B) | 121.81º | 0.79% | 0.82% | - |
| XYZ | 24.33 | 46.33 | 10.46 | - |
| YUV | 141.01 | 75.5 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 48 | 0.79 | 0 | 0.77 | 0.18 | 121.81 | 0.66 | 0.49 |
| Hex | 2B | D1 | 30 | 4F | 0 | 4D | 12 | 7A | 42 | 31 |
| Octal | 53 | 321 | 60 | 117 | 0 | 115 | 22 | 172 | 102 | 61 |
| Binary | 101011 | 11010001 | 110000 | 1001111 | 0 | 1001101 | 10010 | 1111010 | 1000010 | 110001 |
Color Harmonies of #2BD130
Complementary color
Monochromatic Colors of #2BD130
Black with #2BD130
Text Example
Text Example
White with #2BD130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD130; }
p { color: rgb(43,209,48); }
H1.HeaderClassName
{
color: #2BD130;
}
.AnyTagClassName
{
color: #2BD130;
}
</style>
background-color css
<style>
a { background-color: #2BD130; }
a { background-color: rgb(43,209,48); }
div.DivClassName
{
background-color: #2BD130;
}
.BgClassName
{
background-color: #2BD130;
}
</style>
border-color css
<style>
span { border-color: #2BD130; }
span { border-color: rgb(43,209,48); }
td.TdClassName
{
border-color: #2BD130;
}
.TagClassName
{
border-color: #2BD130;
}
</style>