Shades of Lime Green #26DC2D
Tints of Lime Green #26DC2D
RGB
CMYK
RGB Variations
Color information
#26DC2D (or 0x26DC2D) is known color: Lime Green. HEX triplet: 26, DC and 2D. RGB value is (38,220,45). Sum of RGB (Red+Green+Blue) = 38+220+45=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC2D is #D923D2. Grayscale: #929292. Windows color (decimal): -14230483 or 3005478. OLE color: 3005478.
HSL color Cylindrical-coordinate representation of color #26DC2D: hue angle of 122.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DC2D is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 45 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.14 |
| HSL | 122.31º | 0.72% | 0.51% | - |
| HSV(B) | 122.31º | 0.83% | 0.86% | - |
| XYZ | 26.87 | 51.79 | 11.06 | - |
| YUV | 145.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 45 | 0.83 | 0 | 0.80 | 0.14 | 122.31 | 0.72 | 0.51 |
| Hex | 26 | DC | 2D | 53 | 0 | 50 | E | 7A | 48 | 33 |
| Octal | 46 | 334 | 55 | 123 | 0 | 120 | 16 | 172 | 110 | 63 |
| Binary | 100110 | 11011100 | 101101 | 1010011 | 0 | 1010000 | 1110 | 1111010 | 1001000 | 110011 |
Color Harmonies of #26DC2D
Complementary color
Monochromatic Colors of #26DC2D
Black with #26DC2D
Text Example
Text Example
White with #26DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC2D; }
p { color: rgb(38,220,45); }
H1.HeaderClassName
{
color: #26DC2D;
}
.AnyTagClassName
{
color: #26DC2D;
}
</style>
background-color css
<style>
a { background-color: #26DC2D; }
a { background-color: rgb(38,220,45); }
div.DivClassName
{
background-color: #26DC2D;
}
.BgClassName
{
background-color: #26DC2D;
}
</style>
border-color css
<style>
span { border-color: #26DC2D; }
span { border-color: rgb(38,220,45); }
td.TdClassName
{
border-color: #26DC2D;
}
.TagClassName
{
border-color: #26DC2D;
}
</style>