Shades of Lime Green #26DD38
Tints of Lime Green #26DD38
RGB
CMYK
RGB Variations
Color information
#26DD38 (or 0x26DD38) is known color: Lime Green. HEX triplet: 26, DD and 38. RGB value is (38,221,56). Sum of RGB (Red+Green+Blue) = 38+221+56=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD38 is #D922C7. Grayscale: #939393. Windows color (decimal): -14230216 or 3726630. OLE color: 3726630.
HSL color Cylindrical-coordinate representation of color #26DD38: hue angle of 125.9º 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 #26DD38 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 221 | 56 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.13 |
| HSL | 125.9º | 0.73% | 0.51% | - |
| HSV(B) | 125.9º | 0.83% | 0.87% | - |
| XYZ | 27.37 | 52.41 | 12.42 | - |
| YUV | 147.47 | 76.37 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 221 | 56 | 0.83 | 0 | 0.75 | 0.13 | 125.9 | 0.73 | 0.51 |
| Hex | 26 | DD | 38 | 53 | 0 | 4B | D | 7E | 49 | 33 |
| Octal | 46 | 335 | 70 | 123 | 0 | 113 | 15 | 176 | 111 | 63 |
| Binary | 100110 | 11011101 | 111000 | 1010011 | 0 | 1001011 | 1101 | 1111110 | 1001001 | 110011 |
Color Harmonies of #26DD38
Complementary color
Monochromatic Colors of #26DD38
Black with #26DD38
Text Example
Text Example
White with #26DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DD38; }
p { color: rgb(38,221,56); }
H1.HeaderClassName
{
color: #26DD38;
}
.AnyTagClassName
{
color: #26DD38;
}
</style>
background-color css
<style>
a { background-color: #26DD38; }
a { background-color: rgb(38,221,56); }
div.DivClassName
{
background-color: #26DD38;
}
.BgClassName
{
background-color: #26DD38;
}
</style>
border-color css
<style>
span { border-color: #26DD38; }
span { border-color: rgb(38,221,56); }
td.TdClassName
{
border-color: #26DD38;
}
.TagClassName
{
border-color: #26DD38;
}
</style>