Shades of Lime Green #26D33D
Tints of Lime Green #26D33D
RGB
CMYK
RGB Variations
Color information
#26D33D (or 0x26D33D) is known color: Lime Green. HEX triplet: 26, D3 and 3D. RGB value is (38,211,61). Sum of RGB (Red+Green+Blue) = 38+211+61=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 211 (82.81% from 255 or 68.06% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 211 - color contains mainly: green. Hex color #26D33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D33D is #D92CC2. Grayscale: #8E8E8E. Windows color (decimal): -14232771 or 4051750. OLE color: 4051750.
HSL color Cylindrical-coordinate representation of color #26D33D: hue angle of 127.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D33D is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 61 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.17 |
| HSL | 127.98º | 0.69% | 0.49% | - |
| HSV(B) | 127.98º | 0.82% | 0.83% | - |
| XYZ | 24.94 | 47.34 | 12.24 | - |
| YUV | 142.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 61 | 0.82 | 0 | 0.71 | 0.17 | 127.98 | 0.69 | 0.49 |
| Hex | 26 | D3 | 3D | 52 | 0 | 47 | 11 | 80 | 45 | 31 |
| Octal | 46 | 323 | 75 | 122 | 0 | 107 | 21 | 200 | 105 | 61 |
| Binary | 100110 | 11010011 | 111101 | 1010010 | 0 | 1000111 | 10001 | 10000000 | 1000101 | 110001 |
Color Harmonies of #26D33D
Complementary color
Monochromatic Colors of #26D33D
Black with #26D33D
Text Example
Text Example
White with #26D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D33D; }
p { color: rgb(38,211,61); }
H1.HeaderClassName
{
color: #26D33D;
}
.AnyTagClassName
{
color: #26D33D;
}
</style>
background-color css
<style>
a { background-color: #26D33D; }
a { background-color: rgb(38,211,61); }
div.DivClassName
{
background-color: #26D33D;
}
.BgClassName
{
background-color: #26D33D;
}
</style>
border-color css
<style>
span { border-color: #26D33D; }
span { border-color: rgb(38,211,61); }
td.TdClassName
{
border-color: #26D33D;
}
.TagClassName
{
border-color: #26D33D;
}
</style>