Shades of Lime Green #26BD45
Tints of Lime Green #26BD45
RGB
CMYK
RGB Variations
Color information
#26BD45 (or 0x26BD45) is known color: Lime Green. HEX triplet: 26, BD and 45. RGB value is (38,189,69). Sum of RGB (Red+Green+Blue) = 38+189+69=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD45 is #D942BA. Grayscale: #828282. Windows color (decimal): -14238395 or 4570406. OLE color: 4570406.
HSL color Cylindrical-coordinate representation of color #26BD45: hue angle of 132.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD45 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 69 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.26 |
| HSL | 132.32º | 0.67% | 0.45% | - |
| HSV(B) | 132.32º | 0.8% | 0.74% | - |
| XYZ | 20.07 | 37.24 | 11.76 | - |
| YUV | 130.17 | 93.47 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 69 | 0.80 | 0 | 0.63 | 0.26 | 132.32 | 0.67 | 0.45 |
| Hex | 26 | BD | 45 | 50 | 0 | 3F | 1A | 84 | 43 | 2D |
| Octal | 46 | 275 | 105 | 120 | 0 | 77 | 32 | 204 | 103 | 55 |
| Binary | 100110 | 10111101 | 1000101 | 1010000 | 0 | 111111 | 11010 | 10000100 | 1000011 | 101101 |
Color Harmonies of #26BD45
Complementary color
Monochromatic Colors of #26BD45
Black with #26BD45
Text Example
Text Example
White with #26BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD45; }
p { color: rgb(38,189,69); }
H1.HeaderClassName
{
color: #26BD45;
}
.AnyTagClassName
{
color: #26BD45;
}
</style>
background-color css
<style>
a { background-color: #26BD45; }
a { background-color: rgb(38,189,69); }
div.DivClassName
{
background-color: #26BD45;
}
.BgClassName
{
background-color: #26BD45;
}
</style>
border-color css
<style>
span { border-color: #26BD45; }
span { border-color: rgb(38,189,69); }
td.TdClassName
{
border-color: #26BD45;
}
.TagClassName
{
border-color: #26BD45;
}
</style>