Shades of Lime Green #26BC48
Tints of Lime Green #26BC48
RGB
CMYK
RGB Variations
Color information
#26BC48 (or 0x26BC48) is known color: Lime Green. HEX triplet: 26, BC and 48. RGB value is (38,188,72). Sum of RGB (Red+Green+Blue) = 38+188+72=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC48 is #D943B7. Grayscale: #828282. Windows color (decimal): -14238648 or 4766758. OLE color: 4766758.
HSL color Cylindrical-coordinate representation of color #26BC48: hue angle of 133.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC48 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 72 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.26 |
| HSL | 133.6º | 0.66% | 0.44% | - |
| HSV(B) | 133.6º | 0.8% | 0.74% | - |
| XYZ | 19.95 | 36.85 | 12.19 | - |
| YUV | 129.93 | 95.31 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 72 | 0.80 | 0 | 0.62 | 0.26 | 133.6 | 0.66 | 0.44 |
| Hex | 26 | BC | 48 | 50 | 0 | 3E | 1A | 86 | 42 | 2C |
| Octal | 46 | 274 | 110 | 120 | 0 | 76 | 32 | 206 | 102 | 54 |
| Binary | 100110 | 10111100 | 1001000 | 1010000 | 0 | 111110 | 11010 | 10000110 | 1000010 | 101100 |
Color Harmonies of #26BC48
Complementary color
Monochromatic Colors of #26BC48
Black with #26BC48
Text Example
Text Example
White with #26BC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC48; }
p { color: rgb(38,188,72); }
H1.HeaderClassName
{
color: #26BC48;
}
.AnyTagClassName
{
color: #26BC48;
}
</style>
background-color css
<style>
a { background-color: #26BC48; }
a { background-color: rgb(38,188,72); }
div.DivClassName
{
background-color: #26BC48;
}
.BgClassName
{
background-color: #26BC48;
}
</style>
border-color css
<style>
span { border-color: #26BC48; }
span { border-color: rgb(38,188,72); }
td.TdClassName
{
border-color: #26BC48;
}
.TagClassName
{
border-color: #26BC48;
}
</style>