Shades of Lime Green #26B935
Tints of Lime Green #26B935
RGB
CMYK
RGB Variations
Color information
#26B935 (or 0x26B935) is known color: Lime Green. HEX triplet: 26, B9 and 35. RGB value is (38,185,53). Sum of RGB (Red+Green+Blue) = 38+185+53=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #26B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B935 is #D946CA. Grayscale: #7E7E7E. Windows color (decimal): -14239435 or 3520806. OLE color: 3520806.
HSL color Cylindrical-coordinate representation of color #26B935: hue angle of 126.12º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B935 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 185 | 53 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.27 |
| HSL | 126.12º | 0.66% | 0.44% | - |
| HSV(B) | 126.12º | 0.79% | 0.73% | - |
| XYZ | 18.79 | 35.37 | 9.2 | - |
| YUV | 126 | 86.8 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 185 | 53 | 0.79 | 0 | 0.71 | 0.27 | 126.12 | 0.66 | 0.44 |
| Hex | 26 | B9 | 35 | 4F | 0 | 47 | 1B | 7E | 42 | 2C |
| Octal | 46 | 271 | 65 | 117 | 0 | 107 | 33 | 176 | 102 | 54 |
| Binary | 100110 | 10111001 | 110101 | 1001111 | 0 | 1000111 | 11011 | 1111110 | 1000010 | 101100 |
Color Harmonies of #26B935
Complementary color
Monochromatic Colors of #26B935
Black with #26B935
Text Example
Text Example
White with #26B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B935; }
p { color: rgb(38,185,53); }
H1.HeaderClassName
{
color: #26B935;
}
.AnyTagClassName
{
color: #26B935;
}
</style>
background-color css
<style>
a { background-color: #26B935; }
a { background-color: rgb(38,185,53); }
div.DivClassName
{
background-color: #26B935;
}
.BgClassName
{
background-color: #26B935;
}
</style>
border-color css
<style>
span { border-color: #26B935; }
span { border-color: rgb(38,185,53); }
td.TdClassName
{
border-color: #26B935;
}
.TagClassName
{
border-color: #26B935;
}
</style>