Shades of Lime Green #26C01F
Tints of Lime Green #26C01F
RGB
CMYK
RGB Variations
Color information
#26C01F (or 0x26C01F) is known color: Lime Green. HEX triplet: 26, C0 and 1F. RGB value is (38,192,31). Sum of RGB (Red+Green+Blue) = 38+192+31=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #26C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C01F is #D93FE0. Grayscale: #808080. Windows color (decimal): -14237665 or 2080806. OLE color: 2080806.
HSL color Cylindrical-coordinate representation of color #26C01F: hue angle of 117.39º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C01F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 31 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.25 |
| HSL | 117.39º | 0.72% | 0.44% | - |
| HSV(B) | 117.39º | 0.84% | 0.75% | - |
| XYZ | 19.9 | 38.21 | 7.62 | - |
| YUV | 127.6 | 73.48 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 31 | 0.80 | 0 | 0.84 | 0.25 | 117.39 | 0.72 | 0.44 |
| Hex | 26 | C0 | 1F | 50 | 0 | 54 | 19 | 75 | 48 | 2C |
| Octal | 46 | 300 | 37 | 120 | 0 | 124 | 31 | 165 | 110 | 54 |
| Binary | 100110 | 11000000 | 11111 | 1010000 | 0 | 1010100 | 11001 | 1110101 | 1001000 | 101100 |
Color Harmonies of #26C01F
Complementary color
Monochromatic Colors of #26C01F
Black with #26C01F
Text Example
Text Example
White with #26C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C01F; }
p { color: rgb(38,192,31); }
H1.HeaderClassName
{
color: #26C01F;
}
.AnyTagClassName
{
color: #26C01F;
}
</style>
background-color css
<style>
a { background-color: #26C01F; }
a { background-color: rgb(38,192,31); }
div.DivClassName
{
background-color: #26C01F;
}
.BgClassName
{
background-color: #26C01F;
}
</style>
border-color css
<style>
span { border-color: #26C01F; }
span { border-color: rgb(38,192,31); }
td.TdClassName
{
border-color: #26C01F;
}
.TagClassName
{
border-color: #26C01F;
}
</style>