Shades of Lime Green #26DC43
Tints of Lime Green #26DC43
RGB
CMYK
RGB Variations
Color information
#26DC43 (or 0x26DC43) is known color: Lime Green. HEX triplet: 26, DC and 43. RGB value is (38,220,67). Sum of RGB (Red+Green+Blue) = 38+220+67=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC43 is #D923BC. Grayscale: #949494. Windows color (decimal): -14230461 or 4447270. OLE color: 4447270.
HSL color Cylindrical-coordinate representation of color #26DC43: hue angle of 129.56º 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 #26DC43 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 67 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.14 |
| HSL | 129.56º | 0.72% | 0.51% | - |
| HSV(B) | 129.56º | 0.83% | 0.86% | - |
| XYZ | 27.41 | 52 | 13.9 | - |
| YUV | 148.14 | 82.2 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 67 | 0.83 | 0 | 0.70 | 0.14 | 129.56 | 0.72 | 0.51 |
| Hex | 26 | DC | 43 | 53 | 0 | 46 | E | 82 | 48 | 33 |
| Octal | 46 | 334 | 103 | 123 | 0 | 106 | 16 | 202 | 110 | 63 |
| Binary | 100110 | 11011100 | 1000011 | 1010011 | 0 | 1000110 | 1110 | 10000010 | 1001000 | 110011 |
Color Harmonies of #26DC43
Complementary color
Monochromatic Colors of #26DC43
Black with #26DC43
Text Example
Text Example
White with #26DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC43; }
p { color: rgb(38,220,67); }
H1.HeaderClassName
{
color: #26DC43;
}
.AnyTagClassName
{
color: #26DC43;
}
</style>
background-color css
<style>
a { background-color: #26DC43; }
a { background-color: rgb(38,220,67); }
div.DivClassName
{
background-color: #26DC43;
}
.BgClassName
{
background-color: #26DC43;
}
</style>
border-color css
<style>
span { border-color: #26DC43; }
span { border-color: rgb(38,220,67); }
td.TdClassName
{
border-color: #26DC43;
}
.TagClassName
{
border-color: #26DC43;
}
</style>