Shades of Lime Green #26F437
Tints of Lime Green #26F437
RGB
CMYK
RGB Variations
Color information
#26F437 (or 0x26F437) is known color: Lime Green. HEX triplet: 26, F4 and 37. RGB value is (38,244,55). Sum of RGB (Red+Green+Blue) = 38+244+55=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #26F437 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F437 is #D90BC8. Grayscale: #A1A1A1. Windows color (decimal): -14224329 or 3666982. OLE color: 3666982.
HSL color Cylindrical-coordinate representation of color #26F437: hue angle of 124.95º degrees, saturation: 0.9, 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 #26F437 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 244 | 55 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.04 |
| HSL | 124.95º | 0.9% | 0.55% | - |
| HSV(B) | 124.95º | 0.84% | 0.96% | - |
| XYZ | 33.84 | 65.39 | 14.45 | - |
| YUV | 160.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 244 | 55 | 0.84 | 0 | 0.77 | 0.04 | 124.95 | 0.9 | 0.55 |
| Hex | 26 | F4 | 37 | 54 | 0 | 4D | 4 | 7D | 5A | 37 |
| Octal | 46 | 364 | 67 | 124 | 0 | 115 | 4 | 175 | 132 | 67 |
| Binary | 100110 | 11110100 | 110111 | 1010100 | 0 | 1001101 | 100 | 1111101 | 1011010 | 110111 |
Color Harmonies of #26F437
Complementary color
Monochromatic Colors of #26F437
Black with #26F437
Text Example
Text Example
White with #26F437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F437; }
p { color: rgb(38,244,55); }
H1.HeaderClassName
{
color: #26F437;
}
.AnyTagClassName
{
color: #26F437;
}
</style>
background-color css
<style>
a { background-color: #26F437; }
a { background-color: rgb(38,244,55); }
div.DivClassName
{
background-color: #26F437;
}
.BgClassName
{
background-color: #26F437;
}
</style>
border-color css
<style>
span { border-color: #26F437; }
span { border-color: rgb(38,244,55); }
td.TdClassName
{
border-color: #26F437;
}
.TagClassName
{
border-color: #26F437;
}
</style>