Shades of Lime Green #26B51A
Tints of Lime Green #26B51A
RGB
CMYK
RGB Variations
Color information
#26B51A (or 0x26B51A) is known color: Lime Green. HEX triplet: 26, B5 and 1A. RGB value is (38,181,26). Sum of RGB (Red+Green+Blue) = 38+181+26=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 181 (71.09% from 255 or 73.88% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 181 - color contains mainly: green. Hex color #26B51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B51A is #D94AE5. Grayscale: #797979. Windows color (decimal): -14240486 or 1750310. OLE color: 1750310.
HSL color Cylindrical-coordinate representation of color #26B51A: hue angle of 115.35º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26B51A is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 181 | 26 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.29 |
| HSL | 115.35º | 0.75% | 0.41% | - |
| HSV(B) | 115.35º | 0.86% | 0.71% | - |
| XYZ | 17.51 | 33.53 | 6.53 | - |
| YUV | 120.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 181 | 26 | 0.79 | 0 | 0.86 | 0.29 | 115.35 | 0.75 | 0.41 |
| Hex | 26 | B5 | 1A | 4F | 0 | 56 | 1D | 73 | 4B | 29 |
| Octal | 46 | 265 | 32 | 117 | 0 | 126 | 35 | 163 | 113 | 51 |
| Binary | 100110 | 10110101 | 11010 | 1001111 | 0 | 1010110 | 11101 | 1110011 | 1001011 | 101001 |
Color Harmonies of #26B51A
Complementary color
Monochromatic Colors of #26B51A
Black with #26B51A
Text Example
Text Example
White with #26B51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B51A; }
p { color: rgb(38,181,26); }
H1.HeaderClassName
{
color: #26B51A;
}
.AnyTagClassName
{
color: #26B51A;
}
</style>
background-color css
<style>
a { background-color: #26B51A; }
a { background-color: rgb(38,181,26); }
div.DivClassName
{
background-color: #26B51A;
}
.BgClassName
{
background-color: #26B51A;
}
</style>
border-color css
<style>
span { border-color: #26B51A; }
span { border-color: rgb(38,181,26); }
td.TdClassName
{
border-color: #26B51A;
}
.TagClassName
{
border-color: #26B51A;
}
</style>