Shades of Lime Green #26BA42
Tints of Lime Green #26BA42
RGB
CMYK
RGB Variations
Color information
#26BA42 (or 0x26BA42) is known color: Lime Green. HEX triplet: 26, BA and 42. RGB value is (38,186,66). Sum of RGB (Red+Green+Blue) = 38+186+66=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA42 is #D945BD. Grayscale: #808080. Windows color (decimal): -14239166 or 4373030. OLE color: 4373030.
HSL color Cylindrical-coordinate representation of color #26BA42: hue angle of 131.35º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA42 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 66 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.27 |
| HSL | 131.35º | 0.66% | 0.44% | - |
| HSV(B) | 131.35º | 0.8% | 0.73% | - |
| XYZ | 19.34 | 35.92 | 11.07 | - |
| YUV | 128.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 66 | 0.80 | 0 | 0.65 | 0.27 | 131.35 | 0.66 | 0.44 |
| Hex | 26 | BA | 42 | 50 | 0 | 41 | 1B | 83 | 42 | 2C |
| Octal | 46 | 272 | 102 | 120 | 0 | 101 | 33 | 203 | 102 | 54 |
| Binary | 100110 | 10111010 | 1000010 | 1010000 | 0 | 1000001 | 11011 | 10000011 | 1000010 | 101100 |
Color Harmonies of #26BA42
Complementary color
Monochromatic Colors of #26BA42
Black with #26BA42
Text Example
Text Example
White with #26BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA42; }
p { color: rgb(38,186,66); }
H1.HeaderClassName
{
color: #26BA42;
}
.AnyTagClassName
{
color: #26BA42;
}
</style>
background-color css
<style>
a { background-color: #26BA42; }
a { background-color: rgb(38,186,66); }
div.DivClassName
{
background-color: #26BA42;
}
.BgClassName
{
background-color: #26BA42;
}
</style>
border-color css
<style>
span { border-color: #26BA42; }
span { border-color: rgb(38,186,66); }
td.TdClassName
{
border-color: #26BA42;
}
.TagClassName
{
border-color: #26BA42;
}
</style>