Shades of Lime Green #2BD430
Tints of Lime Green #2BD430
RGB
CMYK
RGB Variations
Color information
#2BD430 (or 0x2BD430) is known color: Lime Green. HEX triplet: 2B, D4 and 30. RGB value is (43,212,48). Sum of RGB (Red+Green+Blue) = 43+212+48=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 212 (83.20% from 255 or 69.97% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD430 is #D42BCF. Grayscale: #8F8F8F. Windows color (decimal): -13904848 or 3200043. OLE color: 3200043.
HSL color Cylindrical-coordinate representation of color #2BD430: hue angle of 121.78º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD430 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 48 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.17 |
| HSL | 121.78º | 0.66% | 0.5% | - |
| HSV(B) | 121.78º | 0.8% | 0.83% | - |
| XYZ | 25.07 | 47.81 | 10.7 | - |
| YUV | 142.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 48 | 0.80 | 0 | 0.77 | 0.17 | 121.78 | 0.66 | 0.5 |
| Hex | 2B | D4 | 30 | 50 | 0 | 4D | 11 | 7A | 42 | 32 |
| Octal | 53 | 324 | 60 | 120 | 0 | 115 | 21 | 172 | 102 | 62 |
| Binary | 101011 | 11010100 | 110000 | 1010000 | 0 | 1001101 | 10001 | 1111010 | 1000010 | 110010 |
Color Harmonies of #2BD430
Complementary color
Monochromatic Colors of #2BD430
Black with #2BD430
Text Example
Text Example
White with #2BD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD430; }
p { color: rgb(43,212,48); }
H1.HeaderClassName
{
color: #2BD430;
}
.AnyTagClassName
{
color: #2BD430;
}
</style>
background-color css
<style>
a { background-color: #2BD430; }
a { background-color: rgb(43,212,48); }
div.DivClassName
{
background-color: #2BD430;
}
.BgClassName
{
background-color: #2BD430;
}
</style>
border-color css
<style>
span { border-color: #2BD430; }
span { border-color: rgb(43,212,48); }
td.TdClassName
{
border-color: #2BD430;
}
.TagClassName
{
border-color: #2BD430;
}
</style>