Shades of Lime Green #2BEA2D
Tints of Lime Green #2BEA2D
RGB
CMYK
RGB Variations
Color information
#2BEA2D (or 0x2BEA2D) is known color: Lime Green. HEX triplet: 2B, EA and 2D. RGB value is (43,234,45). Sum of RGB (Red+Green+Blue) = 43+234+45=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA2D is #D415D2. Grayscale: #9B9B9B. Windows color (decimal): -13899219 or 3009067. OLE color: 3009067.
HSL color Cylindrical-coordinate representation of color #2BEA2D: hue angle of 120.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA2D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.08 |
| HSL | 120.63º | 0.82% | 0.54% | - |
| HSV(B) | 120.63º | 0.82% | 0.92% | - |
| XYZ | 30.89 | 59.55 | 12.35 | - |
| YUV | 155.35 | 65.72 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 45 | 0.82 | 0 | 0.81 | 0.08 | 120.63 | 0.82 | 0.54 |
| Hex | 2B | EA | 2D | 52 | 0 | 51 | 8 | 79 | 52 | 36 |
| Octal | 53 | 352 | 55 | 122 | 0 | 121 | 10 | 171 | 122 | 66 |
| Binary | 101011 | 11101010 | 101101 | 1010010 | 0 | 1010001 | 1000 | 1111001 | 1010010 | 110110 |
Color Harmonies of #2BEA2D
Complementary color
Monochromatic Colors of #2BEA2D
Black with #2BEA2D
Text Example
Text Example
White with #2BEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA2D; }
p { color: rgb(43,234,45); }
H1.HeaderClassName
{
color: #2BEA2D;
}
.AnyTagClassName
{
color: #2BEA2D;
}
</style>
background-color css
<style>
a { background-color: #2BEA2D; }
a { background-color: rgb(43,234,45); }
div.DivClassName
{
background-color: #2BEA2D;
}
.BgClassName
{
background-color: #2BEA2D;
}
</style>
border-color css
<style>
span { border-color: #2BEA2D; }
span { border-color: rgb(43,234,45); }
td.TdClassName
{
border-color: #2BEA2D;
}
.TagClassName
{
border-color: #2BEA2D;
}
</style>