Shades of Lime Green #26C525
Tints of Lime Green #26C525
RGB
CMYK
RGB Variations
Color information
#26C525 (or 0x26C525) is known color: Lime Green. HEX triplet: 26, C5 and 25. RGB value is (38,197,37). Sum of RGB (Red+Green+Blue) = 38+197+37=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #26C525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C525 is #D93ADA. Grayscale: #838383. Windows color (decimal): -14236379 or 2475302. OLE color: 2475302.
HSL color Cylindrical-coordinate representation of color #26C525: hue angle of 119.62º 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 #26C525 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 197 | 37 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.23 |
| HSL | 119.63º | 0.68% | 0.46% | - |
| HSV(B) | 119.63º | 0.81% | 0.77% | - |
| XYZ | 21.1 | 40.48 | 8.45 | - |
| YUV | 131.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 197 | 37 | 0.81 | 0 | 0.81 | 0.23 | 119.63 | 0.68 | 0.46 |
| Hex | 26 | C5 | 25 | 51 | 0 | 51 | 17 | 78 | 44 | 2E |
| Octal | 46 | 305 | 45 | 121 | 0 | 121 | 27 | 170 | 104 | 56 |
| Binary | 100110 | 11000101 | 100101 | 1010001 | 0 | 1010001 | 10111 | 1111000 | 1000100 | 101110 |
Color Harmonies of #26C525
Complementary color
Monochromatic Colors of #26C525
Black with #26C525
Text Example
Text Example
White with #26C525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C525; }
p { color: rgb(38,197,37); }
H1.HeaderClassName
{
color: #26C525;
}
.AnyTagClassName
{
color: #26C525;
}
</style>
background-color css
<style>
a { background-color: #26C525; }
a { background-color: rgb(38,197,37); }
div.DivClassName
{
background-color: #26C525;
}
.BgClassName
{
background-color: #26C525;
}
</style>
border-color css
<style>
span { border-color: #26C525; }
span { border-color: rgb(38,197,37); }
td.TdClassName
{
border-color: #26C525;
}
.TagClassName
{
border-color: #26C525;
}
</style>