Shades of Lime Green #26B41E
Tints of Lime Green #26B41E
RGB
CMYK
RGB Variations
Color information
#26B41E (or 0x26B41E) is known color: Lime Green. HEX triplet: 26, B4 and 1E. RGB value is (38,180,30). Sum of RGB (Red+Green+Blue) = 38+180+30=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #26B41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B41E is #D94BE1. Grayscale: #787878. Windows color (decimal): -14240738 or 2012198. OLE color: 2012198.
HSL color Cylindrical-coordinate representation of color #26B41E: hue angle of 116.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26B41E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 180 | 30 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.29 |
| HSL | 116.8º | 0.71% | 0.41% | - |
| HSV(B) | 116.8º | 0.83% | 0.71% | - |
| XYZ | 17.35 | 33.15 | 6.71 | - |
| YUV | 120.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 180 | 30 | 0.79 | 0 | 0.83 | 0.29 | 116.8 | 0.71 | 0.41 |
| Hex | 26 | B4 | 1E | 4F | 0 | 53 | 1D | 75 | 47 | 29 |
| Octal | 46 | 264 | 36 | 117 | 0 | 123 | 35 | 165 | 107 | 51 |
| Binary | 100110 | 10110100 | 11110 | 1001111 | 0 | 1010011 | 11101 | 1110101 | 1000111 | 101001 |
Color Harmonies of #26B41E
Complementary color
Monochromatic Colors of #26B41E
Black with #26B41E
Text Example
Text Example
White with #26B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B41E; }
p { color: rgb(38,180,30); }
H1.HeaderClassName
{
color: #26B41E;
}
.AnyTagClassName
{
color: #26B41E;
}
</style>
background-color css
<style>
a { background-color: #26B41E; }
a { background-color: rgb(38,180,30); }
div.DivClassName
{
background-color: #26B41E;
}
.BgClassName
{
background-color: #26B41E;
}
</style>
border-color css
<style>
span { border-color: #26B41E; }
span { border-color: rgb(38,180,30); }
td.TdClassName
{
border-color: #26B41E;
}
.TagClassName
{
border-color: #26B41E;
}
</style>