Shades of Lime Green #26C924
Tints of Lime Green #26C924
RGB
CMYK
RGB Variations
Color information
#26C924 (or 0x26C924) is known color: Lime Green. HEX triplet: 26, C9 and 24. RGB value is (38,201,36). Sum of RGB (Red+Green+Blue) = 38+201+36=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 201 (78.91% from 255 or 73.09% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 201 - color contains mainly: green. Hex color #26C924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C924 is #D936DB. Grayscale: #858585. Windows color (decimal): -14235356 or 2410790. OLE color: 2410790.
HSL color Cylindrical-coordinate representation of color #26C924: hue angle of 119.27º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26C924 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 36 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.21 |
| HSL | 119.27º | 0.7% | 0.46% | - |
| HSV(B) | 119.27º | 0.82% | 0.79% | - |
| XYZ | 22 | 42.31 | 8.68 | - |
| YUV | 133.45 | 73 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 36 | 0.81 | 0 | 0.82 | 0.21 | 119.27 | 0.7 | 0.46 |
| Hex | 26 | C9 | 24 | 51 | 0 | 52 | 15 | 77 | 46 | 2E |
| Octal | 46 | 311 | 44 | 121 | 0 | 122 | 25 | 167 | 106 | 56 |
| Binary | 100110 | 11001001 | 100100 | 1010001 | 0 | 1010010 | 10101 | 1110111 | 1000110 | 101110 |
Color Harmonies of #26C924
Complementary color
Monochromatic Colors of #26C924
Black with #26C924
Text Example
Text Example
White with #26C924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C924; }
p { color: rgb(38,201,36); }
H1.HeaderClassName
{
color: #26C924;
}
.AnyTagClassName
{
color: #26C924;
}
</style>
background-color css
<style>
a { background-color: #26C924; }
a { background-color: rgb(38,201,36); }
div.DivClassName
{
background-color: #26C924;
}
.BgClassName
{
background-color: #26C924;
}
</style>
border-color css
<style>
span { border-color: #26C924; }
span { border-color: rgb(38,201,36); }
td.TdClassName
{
border-color: #26C924;
}
.TagClassName
{
border-color: #26C924;
}
</style>