Shades of Lime Green #26DC41
Tints of Lime Green #26DC41
RGB
CMYK
RGB Variations
Color information
#26DC41 (or 0x26DC41) is known color: Lime Green. HEX triplet: 26, DC and 41. RGB value is (38,220,65). Sum of RGB (Red+Green+Blue) = 38+220+65=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC41 is #D923BE. Grayscale: #949494. Windows color (decimal): -14230463 or 4316198. OLE color: 4316198.
HSL color Cylindrical-coordinate representation of color #26DC41: hue angle of 128.9º 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 #26DC41 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 65 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.14 |
| HSL | 128.9º | 0.72% | 0.51% | - |
| HSV(B) | 128.9º | 0.83% | 0.86% | - |
| XYZ | 27.35 | 51.98 | 13.59 | - |
| YUV | 147.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 65 | 0.83 | 0 | 0.70 | 0.14 | 128.9 | 0.72 | 0.51 |
| Hex | 26 | DC | 41 | 53 | 0 | 46 | E | 81 | 48 | 33 |
| Octal | 46 | 334 | 101 | 123 | 0 | 106 | 16 | 201 | 110 | 63 |
| Binary | 100110 | 11011100 | 1000001 | 1010011 | 0 | 1000110 | 1110 | 10000001 | 1001000 | 110011 |
Color Harmonies of #26DC41
Complementary color
Monochromatic Colors of #26DC41
Black with #26DC41
Text Example
Text Example
White with #26DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC41; }
p { color: rgb(38,220,65); }
H1.HeaderClassName
{
color: #26DC41;
}
.AnyTagClassName
{
color: #26DC41;
}
</style>
background-color css
<style>
a { background-color: #26DC41; }
a { background-color: rgb(38,220,65); }
div.DivClassName
{
background-color: #26DC41;
}
.BgClassName
{
background-color: #26DC41;
}
</style>
border-color css
<style>
span { border-color: #26DC41; }
span { border-color: rgb(38,220,65); }
td.TdClassName
{
border-color: #26DC41;
}
.TagClassName
{
border-color: #26DC41;
}
</style>