Shades of Lime Green #2BEA1C
Tints of Lime Green #2BEA1C
RGB
CMYK
RGB Variations
Color information
#2BEA1C (or 0x2BEA1C) is known color: Lime Green. HEX triplet: 2B, EA and 1C. RGB value is (43,234,28). Sum of RGB (Red+Green+Blue) = 43+234+28=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA1C is #D415E3. Grayscale: #9A9A9A. Windows color (decimal): -13899236 or 1894955. OLE color: 1894955.
HSL color Cylindrical-coordinate representation of color #2BEA1C: hue angle of 115.63º 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 #2BEA1C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.08 |
| HSL | 115.63º | 0.83% | 0.51% | - |
| HSV(B) | 115.63º | 0.88% | 0.92% | - |
| XYZ | 30.63 | 59.44 | 10.96 | - |
| YUV | 153.41 | 57.22 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 28 | 0.82 | 0 | 0.88 | 0.08 | 115.63 | 0.83 | 0.51 |
| Hex | 2B | EA | 1C | 52 | 0 | 58 | 8 | 74 | 53 | 33 |
| Octal | 53 | 352 | 34 | 122 | 0 | 130 | 10 | 164 | 123 | 63 |
| Binary | 101011 | 11101010 | 11100 | 1010010 | 0 | 1011000 | 1000 | 1110100 | 1010011 | 110011 |
Color Harmonies of #2BEA1C
Complementary color
Monochromatic Colors of #2BEA1C
Black with #2BEA1C
Text Example
Text Example
White with #2BEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA1C; }
p { color: rgb(43,234,28); }
H1.HeaderClassName
{
color: #2BEA1C;
}
.AnyTagClassName
{
color: #2BEA1C;
}
</style>
background-color css
<style>
a { background-color: #2BEA1C; }
a { background-color: rgb(43,234,28); }
div.DivClassName
{
background-color: #2BEA1C;
}
.BgClassName
{
background-color: #2BEA1C;
}
</style>
border-color css
<style>
span { border-color: #2BEA1C; }
span { border-color: rgb(43,234,28); }
td.TdClassName
{
border-color: #2BEA1C;
}
.TagClassName
{
border-color: #2BEA1C;
}
</style>