Shades of Lime Green #26B735
Tints of Lime Green #26B735
RGB
CMYK
RGB Variations
Color information
#26B735 (or 0x26B735) is known color: Lime Green. HEX triplet: 26, B7 and 35. RGB value is (38,183,53). Sum of RGB (Red+Green+Blue) = 38+183+53=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #26B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B735 is #D948CA. Grayscale: #7D7D7D. Windows color (decimal): -14239947 or 3520294. OLE color: 3520294.
HSL color Cylindrical-coordinate representation of color #26B735: hue angle of 126.21º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B735 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 53 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.28 |
| HSL | 126.21º | 0.66% | 0.43% | - |
| HSV(B) | 126.21º | 0.79% | 0.72% | - |
| XYZ | 18.38 | 34.54 | 9.07 | - |
| YUV | 124.83 | 87.46 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 53 | 0.79 | 0 | 0.71 | 0.28 | 126.21 | 0.66 | 0.43 |
| Hex | 26 | B7 | 35 | 4F | 0 | 47 | 1C | 7E | 42 | 2B |
| Octal | 46 | 267 | 65 | 117 | 0 | 107 | 34 | 176 | 102 | 53 |
| Binary | 100110 | 10110111 | 110101 | 1001111 | 0 | 1000111 | 11100 | 1111110 | 1000010 | 101011 |
Color Harmonies of #26B735
Complementary color
Monochromatic Colors of #26B735
Black with #26B735
Text Example
Text Example
White with #26B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B735; }
p { color: rgb(38,183,53); }
H1.HeaderClassName
{
color: #26B735;
}
.AnyTagClassName
{
color: #26B735;
}
</style>
background-color css
<style>
a { background-color: #26B735; }
a { background-color: rgb(38,183,53); }
div.DivClassName
{
background-color: #26B735;
}
.BgClassName
{
background-color: #26B735;
}
</style>
border-color css
<style>
span { border-color: #26B735; }
span { border-color: rgb(38,183,53); }
td.TdClassName
{
border-color: #26B735;
}
.TagClassName
{
border-color: #26B735;
}
</style>