Shades of Lime Green #26E72D
Tints of Lime Green #26E72D
RGB
CMYK
RGB Variations
Color information
#26E72D (or 0x26E72D) is known color: Lime Green. HEX triplet: 26, E7 and 2D. RGB value is (38,231,45). Sum of RGB (Red+Green+Blue) = 38+231+45=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 231 (90.62% from 255 or 73.57% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 231 - color contains mainly: green. Hex color #26E72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26E72D is #D918D2. Grayscale: #989898. Windows color (decimal): -14227667 or 3008294. OLE color: 3008294.
HSL color Cylindrical-coordinate representation of color #26E72D: hue angle of 122.18º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26E72D is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 231 | 45 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.09 |
| HSL | 122.18º | 0.8% | 0.53% | - |
| HSV(B) | 122.18º | 0.84% | 0.91% | - |
| XYZ | 29.85 | 57.75 | 12.06 | - |
| YUV | 152.09 | 67.56 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 231 | 45 | 0.84 | 0 | 0.81 | 0.09 | 122.18 | 0.8 | 0.53 |
| Hex | 26 | E7 | 2D | 54 | 0 | 51 | 9 | 7A | 50 | 35 |
| Octal | 46 | 347 | 55 | 124 | 0 | 121 | 11 | 172 | 120 | 65 |
| Binary | 100110 | 11100111 | 101101 | 1010100 | 0 | 1010001 | 1001 | 1111010 | 1010000 | 110101 |
Color Harmonies of #26E72D
Complementary color
Monochromatic Colors of #26E72D
Black with #26E72D
Text Example
Text Example
White with #26E72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E72D; }
p { color: rgb(38,231,45); }
H1.HeaderClassName
{
color: #26E72D;
}
.AnyTagClassName
{
color: #26E72D;
}
</style>
background-color css
<style>
a { background-color: #26E72D; }
a { background-color: rgb(38,231,45); }
div.DivClassName
{
background-color: #26E72D;
}
.BgClassName
{
background-color: #26E72D;
}
</style>
border-color css
<style>
span { border-color: #26E72D; }
span { border-color: rgb(38,231,45); }
td.TdClassName
{
border-color: #26E72D;
}
.TagClassName
{
border-color: #26E72D;
}
</style>