Shades of Lime Green #26DC3D
Tints of Lime Green #26DC3D
RGB
CMYK
RGB Variations
Color information
#26DC3D (or 0x26DC3D) is known color: Lime Green. HEX triplet: 26, DC and 3D. RGB value is (38,220,61). Sum of RGB (Red+Green+Blue) = 38+220+61=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #26DC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DC3D is #D923C2. Grayscale: #939393. Windows color (decimal): -14230467 or 4054054. OLE color: 4054054.
HSL color Cylindrical-coordinate representation of color #26DC3D: hue angle of 127.58º 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 #26DC3D is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 220 | 61 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.14 |
| HSL | 127.58º | 0.72% | 0.51% | - |
| HSV(B) | 127.58º | 0.83% | 0.86% | - |
| XYZ | 27.23 | 51.94 | 13 | - |
| YUV | 147.46 | 79.2 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 220 | 61 | 0.83 | 0 | 0.72 | 0.14 | 127.58 | 0.72 | 0.51 |
| Hex | 26 | DC | 3D | 53 | 0 | 48 | E | 80 | 48 | 33 |
| Octal | 46 | 334 | 75 | 123 | 0 | 110 | 16 | 200 | 110 | 63 |
| Binary | 100110 | 11011100 | 111101 | 1010011 | 0 | 1001000 | 1110 | 10000000 | 1001000 | 110011 |
Color Harmonies of #26DC3D
Complementary color
Monochromatic Colors of #26DC3D
Black with #26DC3D
Text Example
Text Example
White with #26DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DC3D; }
p { color: rgb(38,220,61); }
H1.HeaderClassName
{
color: #26DC3D;
}
.AnyTagClassName
{
color: #26DC3D;
}
</style>
background-color css
<style>
a { background-color: #26DC3D; }
a { background-color: rgb(38,220,61); }
div.DivClassName
{
background-color: #26DC3D;
}
.BgClassName
{
background-color: #26DC3D;
}
</style>
border-color css
<style>
span { border-color: #26DC3D; }
span { border-color: rgb(38,220,61); }
td.TdClassName
{
border-color: #26DC3D;
}
.TagClassName
{
border-color: #26DC3D;
}
</style>