Shades of Lime Green #26D243
Tints of Lime Green #26D243
RGB
CMYK
RGB Variations
Color information
#26D243 (or 0x26D243) is known color: Lime Green. HEX triplet: 26, D2 and 43. RGB value is (38,210,67). Sum of RGB (Red+Green+Blue) = 38+210+67=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #26D243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D243 is #D92DBC. Grayscale: #8E8E8E. Windows color (decimal): -14233021 or 4444710. OLE color: 4444710.
HSL color Cylindrical-coordinate representation of color #26D243: hue angle of 130.12º 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 #26D243 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 210 | 67 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.18 |
| HSL | 130.12º | 0.69% | 0.49% | - |
| HSV(B) | 130.12º | 0.82% | 0.82% | - |
| XYZ | 24.86 | 46.91 | 13.05 | - |
| YUV | 142.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 210 | 67 | 0.82 | 0 | 0.68 | 0.18 | 130.12 | 0.69 | 0.49 |
| Hex | 26 | D2 | 43 | 52 | 0 | 44 | 12 | 82 | 45 | 31 |
| Octal | 46 | 322 | 103 | 122 | 0 | 104 | 22 | 202 | 105 | 61 |
| Binary | 100110 | 11010010 | 1000011 | 1010010 | 0 | 1000100 | 10010 | 10000010 | 1000101 | 110001 |
Color Harmonies of #26D243
Complementary color
Monochromatic Colors of #26D243
Black with #26D243
Text Example
Text Example
White with #26D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D243; }
p { color: rgb(38,210,67); }
H1.HeaderClassName
{
color: #26D243;
}
.AnyTagClassName
{
color: #26D243;
}
</style>
background-color css
<style>
a { background-color: #26D243; }
a { background-color: rgb(38,210,67); }
div.DivClassName
{
background-color: #26D243;
}
.BgClassName
{
background-color: #26D243;
}
</style>
border-color css
<style>
span { border-color: #26D243; }
span { border-color: rgb(38,210,67); }
td.TdClassName
{
border-color: #26D243;
}
.TagClassName
{
border-color: #26D243;
}
</style>