Shades of Lime Green #26F537
Tints of Lime Green #26F537
RGB
CMYK
RGB Variations
Color information
#26F537 (or 0x26F537) is known color: Lime Green. HEX triplet: 26, F5 and 37. RGB value is (38,245,55). Sum of RGB (Red+Green+Blue) = 38+245+55=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #26F537 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F537 is #D90AC8. Grayscale: #A2A2A2. Windows color (decimal): -14224073 or 3667238. OLE color: 3667238.
HSL color Cylindrical-coordinate representation of color #26F537: hue angle of 124.93º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F537 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 55 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.04 |
| HSL | 124.93º | 0.91% | 0.55% | - |
| HSV(B) | 124.93º | 0.84% | 0.96% | - |
| XYZ | 34.14 | 65.99 | 14.55 | - |
| YUV | 161.45 | 67.92 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 55 | 0.84 | 0 | 0.78 | 0.04 | 124.93 | 0.91 | 0.55 |
| Hex | 26 | F5 | 37 | 54 | 0 | 4E | 4 | 7D | 5B | 37 |
| Octal | 46 | 365 | 67 | 124 | 0 | 116 | 4 | 175 | 133 | 67 |
| Binary | 100110 | 11110101 | 110111 | 1010100 | 0 | 1001110 | 100 | 1111101 | 1011011 | 110111 |
Color Harmonies of #26F537
Complementary color
Monochromatic Colors of #26F537
Black with #26F537
Text Example
Text Example
White with #26F537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F537; }
p { color: rgb(38,245,55); }
H1.HeaderClassName
{
color: #26F537;
}
.AnyTagClassName
{
color: #26F537;
}
</style>
background-color css
<style>
a { background-color: #26F537; }
a { background-color: rgb(38,245,55); }
div.DivClassName
{
background-color: #26F537;
}
.BgClassName
{
background-color: #26F537;
}
</style>
border-color css
<style>
span { border-color: #26F537; }
span { border-color: rgb(38,245,55); }
td.TdClassName
{
border-color: #26F537;
}
.TagClassName
{
border-color: #26F537;
}
</style>