Shades of Lime Green #26AD3E
Tints of Lime Green #26AD3E
RGB
CMYK
RGB Variations
Color information
#26AD3E (or 0x26AD3E) is known color: Lime Green. HEX triplet: 26, AD and 3E. RGB value is (38,173,62). Sum of RGB (Red+Green+Blue) = 38+173+62=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AD3E is #D952C1. Grayscale: #787878. Windows color (decimal): -14242498 or 4107558. OLE color: 4107558.
HSL color Cylindrical-coordinate representation of color #26AD3E: hue angle of 130.67º 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 #26AD3E is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 62 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.32 |
| HSL | 130.67º | 0.64% | 0.41% | - |
| HSV(B) | 130.67º | 0.78% | 0.68% | - |
| XYZ | 16.61 | 30.65 | 9.6 | - |
| YUV | 119.98 | 95.27 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 62 | 0.78 | 0 | 0.64 | 0.32 | 130.67 | 0.64 | 0.41 |
| Hex | 26 | AD | 3E | 4E | 0 | 40 | 20 | 83 | 40 | 29 |
| Octal | 46 | 255 | 76 | 116 | 0 | 100 | 40 | 203 | 100 | 51 |
| Binary | 100110 | 10101101 | 111110 | 1001110 | 0 | 1000000 | 100000 | 10000011 | 1000000 | 101001 |
Color Harmonies of #26AD3E
Complementary color
Monochromatic Colors of #26AD3E
Black with #26AD3E
Text Example
Text Example
White with #26AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD3E; }
p { color: rgb(38,173,62); }
H1.HeaderClassName
{
color: #26AD3E;
}
.AnyTagClassName
{
color: #26AD3E;
}
</style>
background-color css
<style>
a { background-color: #26AD3E; }
a { background-color: rgb(38,173,62); }
div.DivClassName
{
background-color: #26AD3E;
}
.BgClassName
{
background-color: #26AD3E;
}
</style>
border-color css
<style>
span { border-color: #26AD3E; }
span { border-color: rgb(38,173,62); }
td.TdClassName
{
border-color: #26AD3E;
}
.TagClassName
{
border-color: #26AD3E;
}
</style>