Shades of Lime Green #2BCE40
Tints of Lime Green #2BCE40
RGB
CMYK
RGB Variations
Color information
#2BCE40 (or 0x2BCE40) is known color: Lime Green. HEX triplet: 2B, CE and 40. RGB value is (43,206,64). Sum of RGB (Red+Green+Blue) = 43+206+64=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCE40 is #D431BF. Grayscale: #8D8D8D. Windows color (decimal): -13906368 or 4247083. OLE color: 4247083.
HSL color Cylindrical-coordinate representation of color #2BCE40: hue angle of 127.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE40 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 64 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.19 |
| HSL | 127.73º | 0.65% | 0.49% | - |
| HSV(B) | 127.73º | 0.79% | 0.81% | - |
| XYZ | 23.99 | 45.03 | 12.28 | - |
| YUV | 141.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 64 | 0.79 | 0 | 0.69 | 0.19 | 127.73 | 0.65 | 0.49 |
| Hex | 2B | CE | 40 | 4F | 0 | 45 | 13 | 80 | 41 | 31 |
| Octal | 53 | 316 | 100 | 117 | 0 | 105 | 23 | 200 | 101 | 61 |
| Binary | 101011 | 11001110 | 1000000 | 1001111 | 0 | 1000101 | 10011 | 10000000 | 1000001 | 110001 |
Color Harmonies of #2BCE40
Complementary color
Monochromatic Colors of #2BCE40
Black with #2BCE40
Text Example
Text Example
White with #2BCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE40; }
p { color: rgb(43,206,64); }
H1.HeaderClassName
{
color: #2BCE40;
}
.AnyTagClassName
{
color: #2BCE40;
}
</style>
background-color css
<style>
a { background-color: #2BCE40; }
a { background-color: rgb(43,206,64); }
div.DivClassName
{
background-color: #2BCE40;
}
.BgClassName
{
background-color: #2BCE40;
}
</style>
border-color css
<style>
span { border-color: #2BCE40; }
span { border-color: rgb(43,206,64); }
td.TdClassName
{
border-color: #2BCE40;
}
.TagClassName
{
border-color: #2BCE40;
}
</style>