Shades of Lime Green #26D13D
Tints of Lime Green #26D13D
RGB
CMYK
RGB Variations
Color information
#26D13D (or 0x26D13D) is known color: Lime Green. HEX triplet: 26, D1 and 3D. RGB value is (38,209,61). Sum of RGB (Red+Green+Blue) = 38+209+61=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #26D13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D13D is #D92EC2. Grayscale: #8D8D8D. Windows color (decimal): -14233283 or 4051238. OLE color: 4051238.
HSL color Cylindrical-coordinate representation of color #26D13D: hue angle of 128.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D13D is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 209 | 61 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.18 |
| HSL | 128.07º | 0.69% | 0.48% | - |
| HSV(B) | 128.07º | 0.82% | 0.82% | - |
| XYZ | 24.44 | 46.35 | 12.07 | - |
| YUV | 141 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 209 | 61 | 0.82 | 0 | 0.71 | 0.18 | 128.07 | 0.69 | 0.48 |
| Hex | 26 | D1 | 3D | 52 | 0 | 47 | 12 | 80 | 45 | 30 |
| Octal | 46 | 321 | 75 | 122 | 0 | 107 | 22 | 200 | 105 | 60 |
| Binary | 100110 | 11010001 | 111101 | 1010010 | 0 | 1000111 | 10010 | 10000000 | 1000101 | 110000 |
Color Harmonies of #26D13D
Complementary color
Monochromatic Colors of #26D13D
Black with #26D13D
Text Example
Text Example
White with #26D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D13D; }
p { color: rgb(38,209,61); }
H1.HeaderClassName
{
color: #26D13D;
}
.AnyTagClassName
{
color: #26D13D;
}
</style>
background-color css
<style>
a { background-color: #26D13D; }
a { background-color: rgb(38,209,61); }
div.DivClassName
{
background-color: #26D13D;
}
.BgClassName
{
background-color: #26D13D;
}
</style>
border-color css
<style>
span { border-color: #26D13D; }
span { border-color: rgb(38,209,61); }
td.TdClassName
{
border-color: #26D13D;
}
.TagClassName
{
border-color: #26D13D;
}
</style>