Shades of Lime Green #26AD36
Tints of Lime Green #26AD36
RGB
CMYK
RGB Variations
Color information
#26AD36 (or 0x26AD36) is known color: Lime Green. HEX triplet: 26, AD and 36. RGB value is (38,173,54). Sum of RGB (Red+Green+Blue) = 38+173+54=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #26AD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26AD36 is #D952C9. Grayscale: #777777. Windows color (decimal): -14242506 or 3583270. OLE color: 3583270.
HSL color Cylindrical-coordinate representation of color #26AD36: hue angle of 127.11º 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 #26AD36 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 173 | 54 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.32 |
| HSL | 127.11º | 0.64% | 0.41% | - |
| HSV(B) | 127.11º | 0.78% | 0.68% | - |
| XYZ | 16.41 | 30.57 | 8.52 | - |
| YUV | 119.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 54 | 0.78 | 0 | 0.69 | 0.32 | 127.11 | 0.64 | 0.41 |
| Hex | 26 | AD | 36 | 4E | 0 | 45 | 20 | 7F | 40 | 29 |
| Octal | 46 | 255 | 66 | 116 | 0 | 105 | 40 | 177 | 100 | 51 |
| Binary | 100110 | 10101101 | 110110 | 1001110 | 0 | 1000101 | 100000 | 1111111 | 1000000 | 101001 |
Color Harmonies of #26AD36
Complementary color
Monochromatic Colors of #26AD36
Black with #26AD36
Text Example
Text Example
White with #26AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AD36; }
p { color: rgb(38,173,54); }
H1.HeaderClassName
{
color: #26AD36;
}
.AnyTagClassName
{
color: #26AD36;
}
</style>
background-color css
<style>
a { background-color: #26AD36; }
a { background-color: rgb(38,173,54); }
div.DivClassName
{
background-color: #26AD36;
}
.BgClassName
{
background-color: #26AD36;
}
</style>
border-color css
<style>
span { border-color: #26AD36; }
span { border-color: rgb(38,173,54); }
td.TdClassName
{
border-color: #26AD36;
}
.TagClassName
{
border-color: #26AD36;
}
</style>