Shades of Lime Green #26F533
Tints of Lime Green #26F533
RGB
CMYK
RGB Variations
Color information
#26F533 (or 0x26F533) is known color: Lime Green. HEX triplet: 26, F5 and 33. RGB value is (38,245,51). Sum of RGB (Red+Green+Blue) = 38+245+51=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 245 (96.09% from 255 or 73.35% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 245 - color contains mainly: green. Hex color #26F533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F533 is #D90ACC. Grayscale: #A1A1A1. Windows color (decimal): -14224077 or 3405094. OLE color: 3405094.
HSL color Cylindrical-coordinate representation of color #26F533: hue angle of 123.77º degrees, saturation: 0.91, 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 #26F533 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 51 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.04 |
| HSL | 123.77º | 0.91% | 0.55% | - |
| HSV(B) | 123.77º | 0.84% | 0.96% | - |
| XYZ | 34.05 | 65.96 | 14.07 | - |
| YUV | 160.99 | 65.92 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 51 | 0.84 | 0 | 0.79 | 0.04 | 123.77 | 0.91 | 0.55 |
| Hex | 26 | F5 | 33 | 54 | 0 | 4F | 4 | 7C | 5B | 37 |
| Octal | 46 | 365 | 63 | 124 | 0 | 117 | 4 | 174 | 133 | 67 |
| Binary | 100110 | 11110101 | 110011 | 1010100 | 0 | 1001111 | 100 | 1111100 | 1011011 | 110111 |
Color Harmonies of #26F533
Complementary color
Monochromatic Colors of #26F533
Black with #26F533
Text Example
Text Example
White with #26F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F533; }
p { color: rgb(38,245,51); }
H1.HeaderClassName
{
color: #26F533;
}
.AnyTagClassName
{
color: #26F533;
}
</style>
background-color css
<style>
a { background-color: #26F533; }
a { background-color: rgb(38,245,51); }
div.DivClassName
{
background-color: #26F533;
}
.BgClassName
{
background-color: #26F533;
}
</style>
border-color css
<style>
span { border-color: #26F533; }
span { border-color: rgb(38,245,51); }
td.TdClassName
{
border-color: #26F533;
}
.TagClassName
{
border-color: #26F533;
}
</style>