Shades of Lime Green #26BC41
Tints of Lime Green #26BC41
RGB
CMYK
RGB Variations
Color information
#26BC41 (or 0x26BC41) is known color: Lime Green. HEX triplet: 26, BC and 41. RGB value is (38,188,65). Sum of RGB (Red+Green+Blue) = 38+188+65=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC41 is #D943BE. Grayscale: #818181. Windows color (decimal): -14238655 or 4308006. OLE color: 4308006.
HSL color Cylindrical-coordinate representation of color #26BC41: hue angle of 130.8º 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 #26BC41 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 65 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.26 |
| HSL | 130.8º | 0.66% | 0.44% | - |
| HSV(B) | 130.8º | 0.8% | 0.74% | - |
| XYZ | 19.74 | 36.76 | 11.06 | - |
| YUV | 129.13 | 91.81 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 65 | 0.80 | 0 | 0.65 | 0.26 | 130.8 | 0.66 | 0.44 |
| Hex | 26 | BC | 41 | 50 | 0 | 41 | 1A | 83 | 42 | 2C |
| Octal | 46 | 274 | 101 | 120 | 0 | 101 | 32 | 203 | 102 | 54 |
| Binary | 100110 | 10111100 | 1000001 | 1010000 | 0 | 1000001 | 11010 | 10000011 | 1000010 | 101100 |
Color Harmonies of #26BC41
Complementary color
Monochromatic Colors of #26BC41
Black with #26BC41
Text Example
Text Example
White with #26BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC41; }
p { color: rgb(38,188,65); }
H1.HeaderClassName
{
color: #26BC41;
}
.AnyTagClassName
{
color: #26BC41;
}
</style>
background-color css
<style>
a { background-color: #26BC41; }
a { background-color: rgb(38,188,65); }
div.DivClassName
{
background-color: #26BC41;
}
.BgClassName
{
background-color: #26BC41;
}
</style>
border-color css
<style>
span { border-color: #26BC41; }
span { border-color: rgb(38,188,65); }
td.TdClassName
{
border-color: #26BC41;
}
.TagClassName
{
border-color: #26BC41;
}
</style>