Shades of Lime Green #26C532
Tints of Lime Green #26C532
RGB
CMYK
RGB Variations
Color information
#26C532 (or 0x26C532) is known color: Lime Green. HEX triplet: 26, C5 and 32. RGB value is (38,197,50). Sum of RGB (Red+Green+Blue) = 38+197+50=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #26C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C532 is #D93ACD. Grayscale: #858585. Windows color (decimal): -14236366 or 3327270. OLE color: 3327270.
HSL color Cylindrical-coordinate representation of color #26C532: hue angle of 124.53º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C532 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 50 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.23 |
| HSL | 124.53º | 0.68% | 0.46% | - |
| HSV(B) | 124.53º | 0.81% | 0.77% | - |
| XYZ | 21.34 | 40.57 | 9.72 | - |
| YUV | 132.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 50 | 0.81 | 0 | 0.75 | 0.23 | 124.53 | 0.68 | 0.46 |
| Hex | 26 | C5 | 32 | 51 | 0 | 4B | 17 | 7D | 44 | 2E |
| Octal | 46 | 305 | 62 | 121 | 0 | 113 | 27 | 175 | 104 | 56 |
| Binary | 100110 | 11000101 | 110010 | 1010001 | 0 | 1001011 | 10111 | 1111101 | 1000100 | 101110 |
Color Harmonies of #26C532
Complementary color
Monochromatic Colors of #26C532
Black with #26C532
Text Example
Text Example
White with #26C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C532; }
p { color: rgb(38,197,50); }
H1.HeaderClassName
{
color: #26C532;
}
.AnyTagClassName
{
color: #26C532;
}
</style>
background-color css
<style>
a { background-color: #26C532; }
a { background-color: rgb(38,197,50); }
div.DivClassName
{
background-color: #26C532;
}
.BgClassName
{
background-color: #26C532;
}
</style>
border-color css
<style>
span { border-color: #26C532; }
span { border-color: rgb(38,197,50); }
td.TdClassName
{
border-color: #26C532;
}
.TagClassName
{
border-color: #26C532;
}
</style>