Shades of Lime Green #26D83A
Tints of Lime Green #26D83A
RGB
CMYK
RGB Variations
Color information
#26D83A (or 0x26D83A) is known color: Lime Green. HEX triplet: 26, D8 and 3A. RGB value is (38,216,58). Sum of RGB (Red+Green+Blue) = 38+216+58=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #26D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D83A is #D927C5. Grayscale: #919191. Windows color (decimal): -14231494 or 3856422. OLE color: 3856422.
HSL color Cylindrical-coordinate representation of color #26D83A: hue angle of 126.74º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D83A is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 216 | 58 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.15 |
| HSL | 126.74º | 0.7% | 0.5% | - |
| HSV(B) | 126.74º | 0.82% | 0.85% | - |
| XYZ | 26.12 | 49.83 | 12.24 | - |
| YUV | 144.77 | 79.03 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 216 | 58 | 0.82 | 0 | 0.73 | 0.15 | 126.74 | 0.7 | 0.5 |
| Hex | 26 | D8 | 3A | 52 | 0 | 49 | F | 7F | 46 | 32 |
| Octal | 46 | 330 | 72 | 122 | 0 | 111 | 17 | 177 | 106 | 62 |
| Binary | 100110 | 11011000 | 111010 | 1010010 | 0 | 1001001 | 1111 | 1111111 | 1000110 | 110010 |
Color Harmonies of #26D83A
Complementary color
Monochromatic Colors of #26D83A
Black with #26D83A
Text Example
Text Example
White with #26D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D83A; }
p { color: rgb(38,216,58); }
H1.HeaderClassName
{
color: #26D83A;
}
.AnyTagClassName
{
color: #26D83A;
}
</style>
background-color css
<style>
a { background-color: #26D83A; }
a { background-color: rgb(38,216,58); }
div.DivClassName
{
background-color: #26D83A;
}
.BgClassName
{
background-color: #26D83A;
}
</style>
border-color css
<style>
span { border-color: #26D83A; }
span { border-color: rgb(38,216,58); }
td.TdClassName
{
border-color: #26D83A;
}
.TagClassName
{
border-color: #26D83A;
}
</style>