Shades of Lime Green #26B31B
Tints of Lime Green #26B31B
RGB
CMYK
RGB Variations
Color information
#26B31B (or 0x26B31B) is known color: Lime Green. HEX triplet: 26, B3 and 1B. RGB value is (38,179,27). Sum of RGB (Red+Green+Blue) = 38+179+27=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #26B31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B31B is #D94CE4. Grayscale: #777777. Windows color (decimal): -14240997 or 1815334. OLE color: 1815334.
HSL color Cylindrical-coordinate representation of color #26B31B: hue angle of 115.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26B31B is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 179 | 27 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.30 |
| HSL | 115.66º | 0.74% | 0.4% | - |
| HSV(B) | 115.66º | 0.85% | 0.7% | - |
| XYZ | 17.12 | 32.73 | 6.45 | - |
| YUV | 119.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 179 | 27 | 0.79 | 0 | 0.85 | 0.30 | 115.66 | 0.74 | 0.4 |
| Hex | 26 | B3 | 1B | 4F | 0 | 55 | 1E | 74 | 4A | 28 |
| Octal | 46 | 263 | 33 | 117 | 0 | 125 | 36 | 164 | 112 | 50 |
| Binary | 100110 | 10110011 | 11011 | 1001111 | 0 | 1010101 | 11110 | 1110100 | 1001010 | 101000 |
Color Harmonies of #26B31B
Complementary color
Monochromatic Colors of #26B31B
Black with #26B31B
Text Example
Text Example
White with #26B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B31B; }
p { color: rgb(38,179,27); }
H1.HeaderClassName
{
color: #26B31B;
}
.AnyTagClassName
{
color: #26B31B;
}
</style>
background-color css
<style>
a { background-color: #26B31B; }
a { background-color: rgb(38,179,27); }
div.DivClassName
{
background-color: #26B31B;
}
.BgClassName
{
background-color: #26B31B;
}
</style>
border-color css
<style>
span { border-color: #26B31B; }
span { border-color: rgb(38,179,27); }
td.TdClassName
{
border-color: #26B31B;
}
.TagClassName
{
border-color: #26B31B;
}
</style>