Shades of Lime Green #26F331
Tints of Lime Green #26F331
RGB
CMYK
RGB Variations
Color information
#26F331 (or 0x26F331) is known color: Lime Green. HEX triplet: 26, F3 and 31. RGB value is (38,243,49). Sum of RGB (Red+Green+Blue) = 38+243+49=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #26F331 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F331 is #D90CCE. Grayscale: #A0A0A0. Windows color (decimal): -14224591 or 3273510. OLE color: 3273510.
HSL color Cylindrical-coordinate representation of color #26F331: hue angle of 123.22º degrees, saturation: 0.9, 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 #26F331 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 243 | 49 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.05 |
| HSL | 123.22º | 0.9% | 0.55% | - |
| HSV(B) | 123.22º | 0.84% | 0.95% | - |
| XYZ | 33.4 | 64.74 | 13.64 | - |
| YUV | 159.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 243 | 49 | 0.84 | 0 | 0.80 | 0.05 | 123.22 | 0.9 | 0.55 |
| Hex | 26 | F3 | 31 | 54 | 0 | 50 | 5 | 7B | 5A | 37 |
| Octal | 46 | 363 | 61 | 124 | 0 | 120 | 5 | 173 | 132 | 67 |
| Binary | 100110 | 11110011 | 110001 | 1010100 | 0 | 1010000 | 101 | 1111011 | 1011010 | 110111 |
Color Harmonies of #26F331
Complementary color
Monochromatic Colors of #26F331
Black with #26F331
Text Example
Text Example
White with #26F331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F331; }
p { color: rgb(38,243,49); }
H1.HeaderClassName
{
color: #26F331;
}
.AnyTagClassName
{
color: #26F331;
}
</style>
background-color css
<style>
a { background-color: #26F331; }
a { background-color: rgb(38,243,49); }
div.DivClassName
{
background-color: #26F331;
}
.BgClassName
{
background-color: #26F331;
}
</style>
border-color css
<style>
span { border-color: #26F331; }
span { border-color: rgb(38,243,49); }
td.TdClassName
{
border-color: #26F331;
}
.TagClassName
{
border-color: #26F331;
}
</style>