Shades of Lime Green #26F33B
Tints of Lime Green #26F33B
RGB
CMYK
RGB Variations
Color information
#26F33B (or 0x26F33B) is known color: Lime Green. HEX triplet: 26, F3 and 3B. RGB value is (38,243,59). Sum of RGB (Red+Green+Blue) = 38+243+59=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 243 (95.31% from 255 or 71.47% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 243 - color contains mainly: green. Hex color #26F33B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F33B is #D90CC4. Grayscale: #A1A1A1. Windows color (decimal): -14224581 or 3928870. OLE color: 3928870.
HSL color Cylindrical-coordinate representation of color #26F33B: hue angle of 126.15º 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 #26F33B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 243 | 59 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.05 |
| HSL | 126.15º | 0.9% | 0.55% | - |
| HSV(B) | 126.15º | 0.84% | 0.95% | - |
| XYZ | 33.64 | 64.83 | 14.88 | - |
| YUV | 160.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 243 | 59 | 0.84 | 0 | 0.76 | 0.05 | 126.15 | 0.9 | 0.55 |
| Hex | 26 | F3 | 3B | 54 | 0 | 4C | 5 | 7E | 5A | 37 |
| Octal | 46 | 363 | 73 | 124 | 0 | 114 | 5 | 176 | 132 | 67 |
| Binary | 100110 | 11110011 | 111011 | 1010100 | 0 | 1001100 | 101 | 1111110 | 1011010 | 110111 |
Color Harmonies of #26F33B
Complementary color
Monochromatic Colors of #26F33B
Black with #26F33B
Text Example
Text Example
White with #26F33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F33B; }
p { color: rgb(38,243,59); }
H1.HeaderClassName
{
color: #26F33B;
}
.AnyTagClassName
{
color: #26F33B;
}
</style>
background-color css
<style>
a { background-color: #26F33B; }
a { background-color: rgb(38,243,59); }
div.DivClassName
{
background-color: #26F33B;
}
.BgClassName
{
background-color: #26F33B;
}
</style>
border-color css
<style>
span { border-color: #26F33B; }
span { border-color: rgb(38,243,59); }
td.TdClassName
{
border-color: #26F33B;
}
.TagClassName
{
border-color: #26F33B;
}
</style>