Shades of Lime Green #2BE63B
Tints of Lime Green #2BE63B
RGB
CMYK
RGB Variations
Color information
#2BE63B (or 0x2BE63B) is known color: Lime Green. HEX triplet: 2B, E6 and 3B. RGB value is (43,230,59). Sum of RGB (Red+Green+Blue) = 43+230+59=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE63B is #D419C4. Grayscale: #9B9B9B. Windows color (decimal): -13900229 or 3925547. OLE color: 3925547.
HSL color Cylindrical-coordinate representation of color #2BE63B: hue angle of 125.13º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE63B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 59 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.10 |
| HSL | 125.13º | 0.79% | 0.54% | - |
| HSV(B) | 125.13º | 0.81% | 0.9% | - |
| XYZ | 30.08 | 57.42 | 13.64 | - |
| YUV | 154.59 | 74.05 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 59 | 0.81 | 0 | 0.74 | 0.10 | 125.13 | 0.79 | 0.54 |
| Hex | 2B | E6 | 3B | 51 | 0 | 4A | A | 7D | 4F | 36 |
| Octal | 53 | 346 | 73 | 121 | 0 | 112 | 12 | 175 | 117 | 66 |
| Binary | 101011 | 11100110 | 111011 | 1010001 | 0 | 1001010 | 1010 | 1111101 | 1001111 | 110110 |
Color Harmonies of #2BE63B
Complementary color
Monochromatic Colors of #2BE63B
Black with #2BE63B
Text Example
Text Example
White with #2BE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE63B; }
p { color: rgb(43,230,59); }
H1.HeaderClassName
{
color: #2BE63B;
}
.AnyTagClassName
{
color: #2BE63B;
}
</style>
background-color css
<style>
a { background-color: #2BE63B; }
a { background-color: rgb(43,230,59); }
div.DivClassName
{
background-color: #2BE63B;
}
.BgClassName
{
background-color: #2BE63B;
}
</style>
border-color css
<style>
span { border-color: #2BE63B; }
span { border-color: rgb(43,230,59); }
td.TdClassName
{
border-color: #2BE63B;
}
.TagClassName
{
border-color: #2BE63B;
}
</style>