Shades of Lime Green #2BE430
Tints of Lime Green #2BE430
RGB
CMYK
RGB Variations
Color information
#2BE430 (or 0x2BE430) is known color: Lime Green. HEX triplet: 2B, E4 and 30. RGB value is (43,228,48). Sum of RGB (Red+Green+Blue) = 43+228+48=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 228 (89.45% from 255 or 71.47% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE430 is #D41BCF. Grayscale: #989898. Windows color (decimal): -13900752 or 3204139. OLE color: 3204139.
HSL color Cylindrical-coordinate representation of color #2BE430: hue angle of 121.62º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE430 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 48 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.11 |
| HSL | 121.62º | 0.77% | 0.53% | - |
| HSV(B) | 121.62º | 0.81% | 0.89% | - |
| XYZ | 29.27 | 56.21 | 12.1 | - |
| YUV | 152.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 48 | 0.81 | 0 | 0.79 | 0.11 | 121.62 | 0.77 | 0.53 |
| Hex | 2B | E4 | 30 | 51 | 0 | 4F | B | 7A | 4D | 35 |
| Octal | 53 | 344 | 60 | 121 | 0 | 117 | 13 | 172 | 115 | 65 |
| Binary | 101011 | 11100100 | 110000 | 1010001 | 0 | 1001111 | 1011 | 1111010 | 1001101 | 110101 |
Color Harmonies of #2BE430
Complementary color
Monochromatic Colors of #2BE430
Black with #2BE430
Text Example
Text Example
White with #2BE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE430; }
p { color: rgb(43,228,48); }
H1.HeaderClassName
{
color: #2BE430;
}
.AnyTagClassName
{
color: #2BE430;
}
</style>
background-color css
<style>
a { background-color: #2BE430; }
a { background-color: rgb(43,228,48); }
div.DivClassName
{
background-color: #2BE430;
}
.BgClassName
{
background-color: #2BE430;
}
</style>
border-color css
<style>
span { border-color: #2BE430; }
span { border-color: rgb(43,228,48); }
td.TdClassName
{
border-color: #2BE430;
}
.TagClassName
{
border-color: #2BE430;
}
</style>