Shades of Lime Green #2CAD26
Tints of Lime Green #2CAD26
RGB
CMYK
RGB Variations
Color information
#2CAD26 (or 0x2CAD26) is known color: Lime Green. HEX triplet: 2C, AD and 26. RGB value is (44,173,38). Sum of RGB (Red+Green+Blue) = 44+173+38=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #2CAD26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAD26 is #D352D9. Grayscale: #777777. Windows color (decimal): -13849306 or 2534700. OLE color: 2534700.
HSL color Cylindrical-coordinate representation of color #2CAD26: hue angle of 117.33º 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 #2CAD26 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 173 | 38 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.32 |
| HSL | 117.33º | 0.64% | 0.41% | - |
| HSV(B) | 117.33º | 0.78% | 0.68% | - |
| XYZ | 16.33 | 30.56 | 6.87 | - |
| YUV | 119.04 | 82.26 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 38 | 0.75 | 0 | 0.78 | 0.32 | 117.33 | 0.64 | 0.41 |
| Hex | 2C | AD | 26 | 4B | 0 | 4E | 20 | 75 | 40 | 29 |
| Octal | 54 | 255 | 46 | 113 | 0 | 116 | 40 | 165 | 100 | 51 |
| Binary | 101100 | 10101101 | 100110 | 1001011 | 0 | 1001110 | 100000 | 1110101 | 1000000 | 101001 |
Color Harmonies of #2CAD26
Complementary color
Monochromatic Colors of #2CAD26
Black with #2CAD26
Text Example
Text Example
White with #2CAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAD26; }
p { color: rgb(44,173,38); }
H1.HeaderClassName
{
color: #2CAD26;
}
.AnyTagClassName
{
color: #2CAD26;
}
</style>
background-color css
<style>
a { background-color: #2CAD26; }
a { background-color: rgb(44,173,38); }
div.DivClassName
{
background-color: #2CAD26;
}
.BgClassName
{
background-color: #2CAD26;
}
</style>
border-color css
<style>
span { border-color: #2CAD26; }
span { border-color: rgb(44,173,38); }
td.TdClassName
{
border-color: #2CAD26;
}
.TagClassName
{
border-color: #2CAD26;
}
</style>