Shades of Lime Green #26DC36
Tints of Lime Green #26DC36
RGB
CMYK
RGB Variations
Color information
#26DC36 (or 0x26DC36) is known color: Lime Green. HEX triplet: 26, DC and 36. RGB value is (38,220,54). Sum of RGB (Red+Green+Blue) = 38+220+54=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC36 is #D923C9. Grayscale: #939393. Windows color (decimal): -14230474 or 3595302. OLE color: 3595302.
HSL color Cylindrical-coordinate representation of color #26DC36: hue angle of 125.27º 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 #26DC36 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 54 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.14 |
| HSL | 125.27º | 0.72% | 0.51% | - |
| HSV(B) | 125.27º | 0.83% | 0.86% | - |
| XYZ | 27.06 | 51.86 | 12.07 | - |
| YUV | 146.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 54 | 0.83 | 0 | 0.75 | 0.14 | 125.27 | 0.72 | 0.51 |
| Hex | 26 | DC | 36 | 53 | 0 | 4B | E | 7D | 48 | 33 |
| Octal | 46 | 334 | 66 | 123 | 0 | 113 | 16 | 175 | 110 | 63 |
| Binary | 100110 | 11011100 | 110110 | 1010011 | 0 | 1001011 | 1110 | 1111101 | 1001000 | 110011 |
Color Harmonies of #26DC36
Complementary color
Monochromatic Colors of #26DC36
Black with #26DC36
Text Example
Text Example
White with #26DC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC36; }
p { color: rgb(38,220,54); }
H1.HeaderClassName
{
color: #26DC36;
}
.AnyTagClassName
{
color: #26DC36;
}
</style>
background-color css
<style>
a { background-color: #26DC36; }
a { background-color: rgb(38,220,54); }
div.DivClassName
{
background-color: #26DC36;
}
.BgClassName
{
background-color: #26DC36;
}
</style>
border-color css
<style>
span { border-color: #26DC36; }
span { border-color: rgb(38,220,54); }
td.TdClassName
{
border-color: #26DC36;
}
.TagClassName
{
border-color: #26DC36;
}
</style>