Shades of Lime Green #26D245
Tints of Lime Green #26D245
RGB
CMYK
RGB Variations
Color information
#26D245 (or 0x26D245) is known color: Lime Green. HEX triplet: 26, D2 and 45. RGB value is (38,210,69). Sum of RGB (Red+Green+Blue) = 38+210+69=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #26D245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D245 is #D92DBA. Grayscale: #8E8E8E. Windows color (decimal): -14233019 or 4575782. OLE color: 4575782.
HSL color Cylindrical-coordinate representation of color #26D245: hue angle of 130.81º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D245 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 210 | 69 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.18 |
| HSL | 130.81º | 0.69% | 0.49% | - |
| HSV(B) | 130.81º | 0.82% | 0.82% | - |
| XYZ | 24.92 | 46.93 | 13.38 | - |
| YUV | 142.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 210 | 69 | 0.82 | 0 | 0.67 | 0.18 | 130.81 | 0.69 | 0.49 |
| Hex | 26 | D2 | 45 | 52 | 0 | 43 | 12 | 83 | 45 | 31 |
| Octal | 46 | 322 | 105 | 122 | 0 | 103 | 22 | 203 | 105 | 61 |
| Binary | 100110 | 11010010 | 1000101 | 1010010 | 0 | 1000011 | 10010 | 10000011 | 1000101 | 110001 |
Color Harmonies of #26D245
Complementary color
Monochromatic Colors of #26D245
Black with #26D245
Text Example
Text Example
White with #26D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D245; }
p { color: rgb(38,210,69); }
H1.HeaderClassName
{
color: #26D245;
}
.AnyTagClassName
{
color: #26D245;
}
</style>
background-color css
<style>
a { background-color: #26D245; }
a { background-color: rgb(38,210,69); }
div.DivClassName
{
background-color: #26D245;
}
.BgClassName
{
background-color: #26D245;
}
</style>
border-color css
<style>
span { border-color: #26D245; }
span { border-color: rgb(38,210,69); }
td.TdClassName
{
border-color: #26D245;
}
.TagClassName
{
border-color: #26D245;
}
</style>