Shades of Lime Green #26D92D
Tints of Lime Green #26D92D
RGB
CMYK
RGB Variations
Color information
#26D92D (or 0x26D92D) is known color: Lime Green. HEX triplet: 26, D9 and 2D. RGB value is (38,217,45). Sum of RGB (Red+Green+Blue) = 38+217+45=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #26D92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D92D is #D926D2. Grayscale: #909090. Windows color (decimal): -14231251 or 3004710. OLE color: 3004710.
HSL color Cylindrical-coordinate representation of color #26D92D: hue angle of 122.35º 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 #26D92D is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 45 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.15 |
| HSL | 122.35º | 0.7% | 0.5% | - |
| HSV(B) | 122.35º | 0.82% | 0.85% | - |
| XYZ | 26.09 | 50.23 | 10.8 | - |
| YUV | 143.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 45 | 0.82 | 0 | 0.79 | 0.15 | 122.35 | 0.7 | 0.5 |
| Hex | 26 | D9 | 2D | 52 | 0 | 4F | F | 7A | 46 | 32 |
| Octal | 46 | 331 | 55 | 122 | 0 | 117 | 17 | 172 | 106 | 62 |
| Binary | 100110 | 11011001 | 101101 | 1010010 | 0 | 1001111 | 1111 | 1111010 | 1000110 | 110010 |
Color Harmonies of #26D92D
Complementary color
Monochromatic Colors of #26D92D
Black with #26D92D
Text Example
Text Example
White with #26D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D92D; }
p { color: rgb(38,217,45); }
H1.HeaderClassName
{
color: #26D92D;
}
.AnyTagClassName
{
color: #26D92D;
}
</style>
background-color css
<style>
a { background-color: #26D92D; }
a { background-color: rgb(38,217,45); }
div.DivClassName
{
background-color: #26D92D;
}
.BgClassName
{
background-color: #26D92D;
}
</style>
border-color css
<style>
span { border-color: #26D92D; }
span { border-color: rgb(38,217,45); }
td.TdClassName
{
border-color: #26D92D;
}
.TagClassName
{
border-color: #26D92D;
}
</style>