Shades of Lime Green #26F237
Tints of Lime Green #26F237
RGB
CMYK
RGB Variations
Color information
#26F237 (or 0x26F237) is known color: Lime Green. HEX triplet: 26, F2 and 37. RGB value is (38,242,55). Sum of RGB (Red+Green+Blue) = 38+242+55=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #26F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F237 is #D90DC8. Grayscale: #A0A0A0. Windows color (decimal): -14224841 or 3666470. OLE color: 3666470.
HSL color Cylindrical-coordinate representation of color #26F237: hue angle of 125º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F237 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 55 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.05 |
| HSL | 125º | 0.89% | 0.55% | - |
| HSV(B) | 125º | 0.84% | 0.95% | - |
| XYZ | 33.24 | 64.19 | 14.25 | - |
| YUV | 159.69 | 68.91 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 55 | 0.84 | 0 | 0.77 | 0.05 | 125 | 0.89 | 0.55 |
| Hex | 26 | F2 | 37 | 54 | 0 | 4D | 5 | 7D | 59 | 37 |
| Octal | 46 | 362 | 67 | 124 | 0 | 115 | 5 | 175 | 131 | 67 |
| Binary | 100110 | 11110010 | 110111 | 1010100 | 0 | 1001101 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #26F237
Complementary color
Monochromatic Colors of #26F237
Black with #26F237
Text Example
Text Example
White with #26F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F237; }
p { color: rgb(38,242,55); }
H1.HeaderClassName
{
color: #26F237;
}
.AnyTagClassName
{
color: #26F237;
}
</style>
background-color css
<style>
a { background-color: #26F237; }
a { background-color: rgb(38,242,55); }
div.DivClassName
{
background-color: #26F237;
}
.BgClassName
{
background-color: #26F237;
}
</style>
border-color css
<style>
span { border-color: #26F237; }
span { border-color: rgb(38,242,55); }
td.TdClassName
{
border-color: #26F237;
}
.TagClassName
{
border-color: #26F237;
}
</style>