Shades of Lime Green #26B73B
Tints of Lime Green #26B73B
RGB
CMYK
RGB Variations
Color information
#26B73B (or 0x26B73B) is known color: Lime Green. HEX triplet: 26, B7 and 3B. RGB value is (38,183,59). Sum of RGB (Red+Green+Blue) = 38+183+59=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #26B73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B73B is #D948C4. Grayscale: #7D7D7D. Windows color (decimal): -14239941 or 3913510. OLE color: 3913510.
HSL color Cylindrical-coordinate representation of color #26B73B: hue angle of 128.69º 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 #26B73B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 59 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.28 |
| HSL | 128.69º | 0.66% | 0.43% | - |
| HSV(B) | 128.69º | 0.79% | 0.72% | - |
| XYZ | 18.52 | 34.59 | 9.84 | - |
| YUV | 125.51 | 90.46 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 59 | 0.79 | 0 | 0.68 | 0.28 | 128.69 | 0.66 | 0.43 |
| Hex | 26 | B7 | 3B | 4F | 0 | 44 | 1C | 81 | 42 | 2B |
| Octal | 46 | 267 | 73 | 117 | 0 | 104 | 34 | 201 | 102 | 53 |
| Binary | 100110 | 10110111 | 111011 | 1001111 | 0 | 1000100 | 11100 | 10000001 | 1000010 | 101011 |
Color Harmonies of #26B73B
Complementary color
Monochromatic Colors of #26B73B
Black with #26B73B
Text Example
Text Example
White with #26B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B73B; }
p { color: rgb(38,183,59); }
H1.HeaderClassName
{
color: #26B73B;
}
.AnyTagClassName
{
color: #26B73B;
}
</style>
background-color css
<style>
a { background-color: #26B73B; }
a { background-color: rgb(38,183,59); }
div.DivClassName
{
background-color: #26B73B;
}
.BgClassName
{
background-color: #26B73B;
}
</style>
border-color css
<style>
span { border-color: #26B73B; }
span { border-color: rgb(38,183,59); }
td.TdClassName
{
border-color: #26B73B;
}
.TagClassName
{
border-color: #26B73B;
}
</style>