Shades of Lime Green #2BAD26
Tints of Lime Green #2BAD26
RGB
CMYK
RGB Variations
Color information
#2BAD26 (or 0x2BAD26) is known color: Lime Green. HEX triplet: 2B, AD and 26. RGB value is (43,173,38). Sum of RGB (Red+Green+Blue) = 43+173+38=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAD26 is #D452D9. Grayscale: #777777. Windows color (decimal): -13914842 or 2534699. OLE color: 2534699.
HSL color Cylindrical-coordinate representation of color #2BAD26: hue angle of 117.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BAD26 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 38 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.32 |
| HSL | 117.78º | 0.64% | 0.41% | - |
| HSV(B) | 117.78º | 0.78% | 0.68% | - |
| XYZ | 16.29 | 30.54 | 6.87 | - |
| YUV | 118.74 | 82.43 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 38 | 0.75 | 0 | 0.78 | 0.32 | 117.78 | 0.64 | 0.41 |
| Hex | 2B | AD | 26 | 4B | 0 | 4E | 20 | 76 | 40 | 29 |
| Octal | 53 | 255 | 46 | 113 | 0 | 116 | 40 | 166 | 100 | 51 |
| Binary | 101011 | 10101101 | 100110 | 1001011 | 0 | 1001110 | 100000 | 1110110 | 1000000 | 101001 |
Color Harmonies of #2BAD26
Complementary color
Monochromatic Colors of #2BAD26
Black with #2BAD26
Text Example
Text Example
White with #2BAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD26; }
p { color: rgb(43,173,38); }
H1.HeaderClassName
{
color: #2BAD26;
}
.AnyTagClassName
{
color: #2BAD26;
}
</style>
background-color css
<style>
a { background-color: #2BAD26; }
a { background-color: rgb(43,173,38); }
div.DivClassName
{
background-color: #2BAD26;
}
.BgClassName
{
background-color: #2BAD26;
}
</style>
border-color css
<style>
span { border-color: #2BAD26; }
span { border-color: rgb(43,173,38); }
td.TdClassName
{
border-color: #2BAD26;
}
.TagClassName
{
border-color: #2BAD26;
}
</style>