Shades of Lime Green #2BCE26
Tints of Lime Green #2BCE26
RGB
CMYK
RGB Variations
Color information
#2BCE26 (or 0x2BCE26) is known color: Lime Green. HEX triplet: 2B, CE and 26. RGB value is (43,206,38). Sum of RGB (Red+Green+Blue) = 43+206+38=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 206 (80.86% from 255 or 71.78% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCE26 is #D431D9. Grayscale: #8A8A8A. Windows color (decimal): -13906394 or 2543147. OLE color: 2543147.
HSL color Cylindrical-coordinate representation of color #2BCE26: hue angle of 118.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BCE26 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 38 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.19 |
| HSL | 118.21º | 0.69% | 0.48% | - |
| HSV(B) | 118.21º | 0.82% | 0.81% | - |
| XYZ | 23.42 | 44.8 | 9.25 | - |
| YUV | 138.11 | 71.5 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 38 | 0.79 | 0 | 0.82 | 0.19 | 118.21 | 0.69 | 0.48 |
| Hex | 2B | CE | 26 | 4F | 0 | 52 | 13 | 76 | 45 | 30 |
| Octal | 53 | 316 | 46 | 117 | 0 | 122 | 23 | 166 | 105 | 60 |
| Binary | 101011 | 11001110 | 100110 | 1001111 | 0 | 1010010 | 10011 | 1110110 | 1000101 | 110000 |
Color Harmonies of #2BCE26
Complementary color
Monochromatic Colors of #2BCE26
Black with #2BCE26
Text Example
Text Example
White with #2BCE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE26; }
p { color: rgb(43,206,38); }
H1.HeaderClassName
{
color: #2BCE26;
}
.AnyTagClassName
{
color: #2BCE26;
}
</style>
background-color css
<style>
a { background-color: #2BCE26; }
a { background-color: rgb(43,206,38); }
div.DivClassName
{
background-color: #2BCE26;
}
.BgClassName
{
background-color: #2BCE26;
}
</style>
border-color css
<style>
span { border-color: #2BCE26; }
span { border-color: rgb(43,206,38); }
td.TdClassName
{
border-color: #2BCE26;
}
.TagClassName
{
border-color: #2BCE26;
}
</style>