Shades of Lime Green #26BA35
Tints of Lime Green #26BA35
RGB
CMYK
RGB Variations
Color information
#26BA35 (or 0x26BA35) is known color: Lime Green. HEX triplet: 26, BA and 35. RGB value is (38,186,53). Sum of RGB (Red+Green+Blue) = 38+186+53=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 186 (73.05% from 255 or 67.15% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA35 is #D945CA. Grayscale: #7E7E7E. Windows color (decimal): -14239179 or 3521062. OLE color: 3521062.
HSL color Cylindrical-coordinate representation of color #26BA35: hue angle of 126.08º 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 #26BA35 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 53 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.27 |
| HSL | 126.08º | 0.66% | 0.44% | - |
| HSV(B) | 126.08º | 0.8% | 0.73% | - |
| XYZ | 19 | 35.79 | 9.27 | - |
| YUV | 126.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 53 | 0.80 | 0 | 0.72 | 0.27 | 126.08 | 0.66 | 0.44 |
| Hex | 26 | BA | 35 | 50 | 0 | 48 | 1B | 7E | 42 | 2C |
| Octal | 46 | 272 | 65 | 120 | 0 | 110 | 33 | 176 | 102 | 54 |
| Binary | 100110 | 10111010 | 110101 | 1010000 | 0 | 1001000 | 11011 | 1111110 | 1000010 | 101100 |
Color Harmonies of #26BA35
Complementary color
Monochromatic Colors of #26BA35
Black with #26BA35
Text Example
Text Example
White with #26BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA35; }
p { color: rgb(38,186,53); }
H1.HeaderClassName
{
color: #26BA35;
}
.AnyTagClassName
{
color: #26BA35;
}
</style>
background-color css
<style>
a { background-color: #26BA35; }
a { background-color: rgb(38,186,53); }
div.DivClassName
{
background-color: #26BA35;
}
.BgClassName
{
background-color: #26BA35;
}
</style>
border-color css
<style>
span { border-color: #26BA35; }
span { border-color: rgb(38,186,53); }
td.TdClassName
{
border-color: #26BA35;
}
.TagClassName
{
border-color: #26BA35;
}
</style>