Shades of Lime Green #2BEA1F
Tints of Lime Green #2BEA1F
RGB
CMYK
RGB Variations
Color information
#2BEA1F (or 0x2BEA1F) is known color: Lime Green. HEX triplet: 2B, EA and 1F. RGB value is (43,234,31). Sum of RGB (Red+Green+Blue) = 43+234+31=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEA1F is #D415E0. Grayscale: #9A9A9A. Windows color (decimal): -13899233 or 2091563. OLE color: 2091563.
HSL color Cylindrical-coordinate representation of color #2BEA1F: hue angle of 116.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BEA1F is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 31 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.08 |
| HSL | 116.45º | 0.83% | 0.52% | - |
| HSV(B) | 116.45º | 0.87% | 0.92% | - |
| XYZ | 30.67 | 59.46 | 11.16 | - |
| YUV | 153.75 | 58.72 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 31 | 0.82 | 0 | 0.87 | 0.08 | 116.45 | 0.83 | 0.52 |
| Hex | 2B | EA | 1F | 52 | 0 | 57 | 8 | 74 | 53 | 34 |
| Octal | 53 | 352 | 37 | 122 | 0 | 127 | 10 | 164 | 123 | 64 |
| Binary | 101011 | 11101010 | 11111 | 1010010 | 0 | 1010111 | 1000 | 1110100 | 1010011 | 110100 |
Color Harmonies of #2BEA1F
Complementary color
Monochromatic Colors of #2BEA1F
Black with #2BEA1F
Text Example
Text Example
White with #2BEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA1F; }
p { color: rgb(43,234,31); }
H1.HeaderClassName
{
color: #2BEA1F;
}
.AnyTagClassName
{
color: #2BEA1F;
}
</style>
background-color css
<style>
a { background-color: #2BEA1F; }
a { background-color: rgb(43,234,31); }
div.DivClassName
{
background-color: #2BEA1F;
}
.BgClassName
{
background-color: #2BEA1F;
}
</style>
border-color css
<style>
span { border-color: #2BEA1F; }
span { border-color: rgb(43,234,31); }
td.TdClassName
{
border-color: #2BEA1F;
}
.TagClassName
{
border-color: #2BEA1F;
}
</style>