Shades of Lime Green #2BE03D
Tints of Lime Green #2BE03D
RGB
CMYK
RGB Variations
Color information
#2BE03D (or 0x2BE03D) is known color: Lime Green. HEX triplet: 2B, E0 and 3D. RGB value is (43,224,61). Sum of RGB (Red+Green+Blue) = 43+224+61=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 224 (87.89% from 255 or 68.29% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BE03D is #D41FC2. Grayscale: #979797. Windows color (decimal): -13901763 or 4055083. OLE color: 4055083.
HSL color Cylindrical-coordinate representation of color #2BE03D: hue angle of 125.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE03D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 61 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.12 |
| HSL | 125.97º | 0.74% | 0.52% | - |
| HSV(B) | 125.97º | 0.81% | 0.88% | - |
| XYZ | 28.49 | 54.16 | 13.37 | - |
| YUV | 151.3 | 77.03 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 61 | 0.81 | 0 | 0.73 | 0.12 | 125.97 | 0.74 | 0.52 |
| Hex | 2B | E0 | 3D | 51 | 0 | 49 | C | 7E | 4A | 34 |
| Octal | 53 | 340 | 75 | 121 | 0 | 111 | 14 | 176 | 112 | 64 |
| Binary | 101011 | 11100000 | 111101 | 1010001 | 0 | 1001001 | 1100 | 1111110 | 1001010 | 110100 |
Color Harmonies of #2BE03D
Complementary color
Monochromatic Colors of #2BE03D
Black with #2BE03D
Text Example
Text Example
White with #2BE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE03D; }
p { color: rgb(43,224,61); }
H1.HeaderClassName
{
color: #2BE03D;
}
.AnyTagClassName
{
color: #2BE03D;
}
</style>
background-color css
<style>
a { background-color: #2BE03D; }
a { background-color: rgb(43,224,61); }
div.DivClassName
{
background-color: #2BE03D;
}
.BgClassName
{
background-color: #2BE03D;
}
</style>
border-color css
<style>
span { border-color: #2BE03D; }
span { border-color: rgb(43,224,61); }
td.TdClassName
{
border-color: #2BE03D;
}
.TagClassName
{
border-color: #2BE03D;
}
</style>