Shades of Lime Green #26B218
Tints of Lime Green #26B218
RGB
CMYK
RGB Variations
Color information
#26B218 (or 0x26B218) is known color: Lime Green. HEX triplet: 26, B2 and 18. RGB value is (38,178,24). Sum of RGB (Red+Green+Blue) = 38+178+24=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #26B218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26B218 is #D94DE7. Grayscale: #777777. Windows color (decimal): -14241256 or 1618470. OLE color: 1618470.
HSL color Cylindrical-coordinate representation of color #26B218: hue angle of 114.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26B218 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 178 | 24 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.30 |
| HSL | 114.55º | 0.76% | 0.4% | - |
| HSV(B) | 114.55º | 0.87% | 0.7% | - |
| XYZ | 16.88 | 32.32 | 6.21 | - |
| YUV | 118.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 24 | 0.79 | 0 | 0.87 | 0.30 | 114.55 | 0.76 | 0.4 |
| Hex | 26 | B2 | 18 | 4F | 0 | 57 | 1E | 73 | 4C | 28 |
| Octal | 46 | 262 | 30 | 117 | 0 | 127 | 36 | 163 | 114 | 50 |
| Binary | 100110 | 10110010 | 11000 | 1001111 | 0 | 1010111 | 11110 | 1110011 | 1001100 | 101000 |
Color Harmonies of #26B218
Complementary color
Monochromatic Colors of #26B218
Black with #26B218
Text Example
Text Example
White with #26B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B218; }
p { color: rgb(38,178,24); }
H1.HeaderClassName
{
color: #26B218;
}
.AnyTagClassName
{
color: #26B218;
}
</style>
background-color css
<style>
a { background-color: #26B218; }
a { background-color: rgb(38,178,24); }
div.DivClassName
{
background-color: #26B218;
}
.BgClassName
{
background-color: #26B218;
}
</style>
border-color css
<style>
span { border-color: #26B218; }
span { border-color: rgb(38,178,24); }
td.TdClassName
{
border-color: #26B218;
}
.TagClassName
{
border-color: #26B218;
}
</style>