Shades of Lime Green #26DD2B
Tints of Lime Green #26DD2B
RGB
CMYK
RGB Variations
Color information
#26DD2B (or 0x26DD2B) is known color: Lime Green. HEX triplet: 26, DD and 2B. RGB value is (38,221,43). Sum of RGB (Red+Green+Blue) = 38+221+43=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD2B is #D922D4. Grayscale: #929292. Windows color (decimal): -14230229 or 2874662. OLE color: 2874662.
HSL color Cylindrical-coordinate representation of color #26DD2B: hue angle of 121.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DD2B is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 43 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.13 |
| HSL | 121.64º | 0.73% | 0.51% | - |
| HSV(B) | 121.64º | 0.83% | 0.87% | - |
| XYZ | 27.09 | 52.3 | 10.95 | - |
| YUV | 145.99 | 69.87 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 43 | 0.83 | 0 | 0.81 | 0.13 | 121.64 | 0.73 | 0.51 |
| Hex | 26 | DD | 2B | 53 | 0 | 51 | D | 7A | 49 | 33 |
| Octal | 46 | 335 | 53 | 123 | 0 | 121 | 15 | 172 | 111 | 63 |
| Binary | 100110 | 11011101 | 101011 | 1010011 | 0 | 1010001 | 1101 | 1111010 | 1001001 | 110011 |
Color Harmonies of #26DD2B
Complementary color
Monochromatic Colors of #26DD2B
Black with #26DD2B
Text Example
Text Example
White with #26DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DD2B; }
p { color: rgb(38,221,43); }
H1.HeaderClassName
{
color: #26DD2B;
}
.AnyTagClassName
{
color: #26DD2B;
}
</style>
background-color css
<style>
a { background-color: #26DD2B; }
a { background-color: rgb(38,221,43); }
div.DivClassName
{
background-color: #26DD2B;
}
.BgClassName
{
background-color: #26DD2B;
}
</style>
border-color css
<style>
span { border-color: #26DD2B; }
span { border-color: rgb(38,221,43); }
td.TdClassName
{
border-color: #26DD2B;
}
.TagClassName
{
border-color: #26DD2B;
}
</style>