Shades of Lime Green #26F136
Tints of Lime Green #26F136
RGB
CMYK
RGB Variations
Color information
#26F136 (or 0x26F136) is known color: Lime Green. HEX triplet: 26, F1 and 36. RGB value is (38,241,54). Sum of RGB (Red+Green+Blue) = 38+241+54=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #26F136 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F136 is #D90EC9. Grayscale: #9F9F9F. Windows color (decimal): -14225098 or 3600678. OLE color: 3600678.
HSL color Cylindrical-coordinate representation of color #26F136: hue angle of 124.73º degrees, saturation: 0.88, 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 #26F136 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 241 | 54 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.05 |
| HSL | 124.73º | 0.88% | 0.55% | - |
| HSV(B) | 124.73º | 0.84% | 0.95% | - |
| XYZ | 32.92 | 63.59 | 14.03 | - |
| YUV | 158.99 | 68.75 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 241 | 54 | 0.84 | 0 | 0.78 | 0.05 | 124.73 | 0.88 | 0.55 |
| Hex | 26 | F1 | 36 | 54 | 0 | 4E | 5 | 7D | 58 | 37 |
| Octal | 46 | 361 | 66 | 124 | 0 | 116 | 5 | 175 | 130 | 67 |
| Binary | 100110 | 11110001 | 110110 | 1010100 | 0 | 1001110 | 101 | 1111101 | 1011000 | 110111 |
Color Harmonies of #26F136
Complementary color
Monochromatic Colors of #26F136
Black with #26F136
Text Example
Text Example
White with #26F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F136; }
p { color: rgb(38,241,54); }
H1.HeaderClassName
{
color: #26F136;
}
.AnyTagClassName
{
color: #26F136;
}
</style>
background-color css
<style>
a { background-color: #26F136; }
a { background-color: rgb(38,241,54); }
div.DivClassName
{
background-color: #26F136;
}
.BgClassName
{
background-color: #26F136;
}
</style>
border-color css
<style>
span { border-color: #26F136; }
span { border-color: rgb(38,241,54); }
td.TdClassName
{
border-color: #26F136;
}
.TagClassName
{
border-color: #26F136;
}
</style>