Shades of Lime Green #26F238
Tints of Lime Green #26F238
RGB
CMYK
RGB Variations
Color information
#26F238 (or 0x26F238) is known color: Lime Green. HEX triplet: 26, F2 and 38. RGB value is (38,242,56). Sum of RGB (Red+Green+Blue) = 38+242+56=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #26F238 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F238 is #D90DC7. Grayscale: #A0A0A0. Windows color (decimal): -14224840 or 3732006. OLE color: 3732006.
HSL color Cylindrical-coordinate representation of color #26F238: hue angle of 125.29º 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 #26F238 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 56 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.05 |
| HSL | 125.29º | 0.89% | 0.55% | - |
| HSV(B) | 125.29º | 0.84% | 0.95% | - |
| XYZ | 33.27 | 64.2 | 14.38 | - |
| YUV | 159.8 | 69.41 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 56 | 0.84 | 0 | 0.77 | 0.05 | 125.29 | 0.89 | 0.55 |
| Hex | 26 | F2 | 38 | 54 | 0 | 4D | 5 | 7D | 59 | 37 |
| Octal | 46 | 362 | 70 | 124 | 0 | 115 | 5 | 175 | 131 | 67 |
| Binary | 100110 | 11110010 | 111000 | 1010100 | 0 | 1001101 | 101 | 1111101 | 1011001 | 110111 |
Color Harmonies of #26F238
Complementary color
Monochromatic Colors of #26F238
Black with #26F238
Text Example
Text Example
White with #26F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F238; }
p { color: rgb(38,242,56); }
H1.HeaderClassName
{
color: #26F238;
}
.AnyTagClassName
{
color: #26F238;
}
</style>
background-color css
<style>
a { background-color: #26F238; }
a { background-color: rgb(38,242,56); }
div.DivClassName
{
background-color: #26F238;
}
.BgClassName
{
background-color: #26F238;
}
</style>
border-color css
<style>
span { border-color: #26F238; }
span { border-color: rgb(38,242,56); }
td.TdClassName
{
border-color: #26F238;
}
.TagClassName
{
border-color: #26F238;
}
</style>