Shades of Lime Green #26FB3E
Tints of Lime Green #26FB3E
RGB
CMYK
RGB Variations
Color information
#26FB3E (or 0x26FB3E) is known color: Lime Green. HEX triplet: 26, FB and 3E. RGB value is (38,251,62). Sum of RGB (Red+Green+Blue) = 38+251+62=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 251 (98.44% from 255 or 71.51% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 251 - color contains mainly: green. Hex color #26FB3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26FB3E is #D904C1. Grayscale: #A6A6A6. Windows color (decimal): -14222530 or 4127526. OLE color: 4127526.
HSL color Cylindrical-coordinate representation of color #26FB3E: hue angle of 126.76º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FB3E is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 251 | 62 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.02 |
| HSL | 126.76º | 0.96% | 0.57% | - |
| HSV(B) | 126.76º | 0.85% | 0.98% | - |
| XYZ | 36.17 | 69.75 | 16.12 | - |
| YUV | 165.77 | 69.43 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 251 | 62 | 0.85 | 0 | 0.75 | 0.02 | 126.76 | 0.96 | 0.57 |
| Hex | 26 | FB | 3E | 55 | 0 | 4B | 2 | 7F | 60 | 39 |
| Octal | 46 | 373 | 76 | 125 | 0 | 113 | 2 | 177 | 140 | 71 |
| Binary | 100110 | 11111011 | 111110 | 1010101 | 0 | 1001011 | 10 | 1111111 | 1100000 | 111001 |
Color Harmonies of #26FB3E
Complementary color
Monochromatic Colors of #26FB3E
Black with #26FB3E
Text Example
Text Example
White with #26FB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FB3E; }
p { color: rgb(38,251,62); }
H1.HeaderClassName
{
color: #26FB3E;
}
.AnyTagClassName
{
color: #26FB3E;
}
</style>
background-color css
<style>
a { background-color: #26FB3E; }
a { background-color: rgb(38,251,62); }
div.DivClassName
{
background-color: #26FB3E;
}
.BgClassName
{
background-color: #26FB3E;
}
</style>
border-color css
<style>
span { border-color: #26FB3E; }
span { border-color: rgb(38,251,62); }
td.TdClassName
{
border-color: #26FB3E;
}
.TagClassName
{
border-color: #26FB3E;
}
</style>