Shades of Lime Green #2BE938
Tints of Lime Green #2BE938
RGB
CMYK
RGB Variations
Color information
#2BE938 (or 0x2BE938) is known color: Lime Green. HEX triplet: 2B, E9 and 38. RGB value is (43,233,56). Sum of RGB (Red+Green+Blue) = 43+233+56=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE938 is #D416C7. Grayscale: #9C9C9C. Windows color (decimal): -13899464 or 3729707. OLE color: 3729707.
HSL color Cylindrical-coordinate representation of color #2BE938: hue angle of 124.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE938 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 56 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.09 |
| HSL | 124.11º | 0.81% | 0.54% | - |
| HSV(B) | 124.11º | 0.82% | 0.91% | - |
| XYZ | 30.85 | 59.08 | 13.52 | - |
| YUV | 156.01 | 71.55 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 56 | 0.82 | 0 | 0.76 | 0.09 | 124.11 | 0.81 | 0.54 |
| Hex | 2B | E9 | 38 | 52 | 0 | 4C | 9 | 7C | 51 | 36 |
| Octal | 53 | 351 | 70 | 122 | 0 | 114 | 11 | 174 | 121 | 66 |
| Binary | 101011 | 11101001 | 111000 | 1010010 | 0 | 1001100 | 1001 | 1111100 | 1010001 | 110110 |
Color Harmonies of #2BE938
Complementary color
Monochromatic Colors of #2BE938
Black with #2BE938
Text Example
Text Example
White with #2BE938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE938; }
p { color: rgb(43,233,56); }
H1.HeaderClassName
{
color: #2BE938;
}
.AnyTagClassName
{
color: #2BE938;
}
</style>
background-color css
<style>
a { background-color: #2BE938; }
a { background-color: rgb(43,233,56); }
div.DivClassName
{
background-color: #2BE938;
}
.BgClassName
{
background-color: #2BE938;
}
</style>
border-color css
<style>
span { border-color: #2BE938; }
span { border-color: rgb(43,233,56); }
td.TdClassName
{
border-color: #2BE938;
}
.TagClassName
{
border-color: #2BE938;
}
</style>