Shades of Lime Green #2BEA1B
Tints of Lime Green #2BEA1B
RGB
CMYK
RGB Variations
Color information
#2BEA1B (or 0x2BEA1B) is known color: Lime Green. HEX triplet: 2B, EA and 1B. RGB value is (43,234,27). Sum of RGB (Red+Green+Blue) = 43+234+27=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 234 (91.80% from 255 or 76.97% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA1B is #D415E4. Grayscale: #999999. Windows color (decimal): -13899237 or 1829419. OLE color: 1829419.
HSL color Cylindrical-coordinate representation of color #2BEA1B: hue angle of 115.36º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BEA1B is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 27 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.08 |
| HSL | 115.36º | 0.83% | 0.51% | - |
| HSV(B) | 115.36º | 0.88% | 0.92% | - |
| XYZ | 30.62 | 59.44 | 10.9 | - |
| YUV | 153.29 | 56.72 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 27 | 0.82 | 0 | 0.88 | 0.08 | 115.36 | 0.83 | 0.51 |
| Hex | 2B | EA | 1B | 52 | 0 | 58 | 8 | 73 | 53 | 33 |
| Octal | 53 | 352 | 33 | 122 | 0 | 130 | 10 | 163 | 123 | 63 |
| Binary | 101011 | 11101010 | 11011 | 1010010 | 0 | 1011000 | 1000 | 1110011 | 1010011 | 110011 |
Color Harmonies of #2BEA1B
Complementary color
Monochromatic Colors of #2BEA1B
Black with #2BEA1B
Text Example
Text Example
White with #2BEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA1B; }
p { color: rgb(43,234,27); }
H1.HeaderClassName
{
color: #2BEA1B;
}
.AnyTagClassName
{
color: #2BEA1B;
}
</style>
background-color css
<style>
a { background-color: #2BEA1B; }
a { background-color: rgb(43,234,27); }
div.DivClassName
{
background-color: #2BEA1B;
}
.BgClassName
{
background-color: #2BEA1B;
}
</style>
border-color css
<style>
span { border-color: #2BEA1B; }
span { border-color: rgb(43,234,27); }
td.TdClassName
{
border-color: #2BEA1B;
}
.TagClassName
{
border-color: #2BEA1B;
}
</style>