Shades of Lime Green #26C812
Tints of Lime Green #26C812
RGB
CMYK
RGB Variations
Color information
#26C812 (or 0x26C812) is known color: Lime Green. HEX triplet: 26, C8 and 12. RGB value is (38,200,18). Sum of RGB (Red+Green+Blue) = 38+200+18=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #26C812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C812 is #D937ED. Grayscale: #838383. Windows color (decimal): -14235630 or 1230886. OLE color: 1230886.
HSL color Cylindrical-coordinate representation of color #26C812: hue angle of 113.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26C812 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 18 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.22 |
| HSL | 113.41º | 0.83% | 0.43% | - |
| HSV(B) | 113.41º | 0.91% | 0.78% | - |
| XYZ | 21.56 | 41.76 | 7.5 | - |
| YUV | 130.81 | 64.33 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 18 | 0.81 | 0 | 0.91 | 0.22 | 113.41 | 0.83 | 0.43 |
| Hex | 26 | C8 | 12 | 51 | 0 | 5B | 16 | 71 | 53 | 2B |
| Octal | 46 | 310 | 22 | 121 | 0 | 133 | 26 | 161 | 123 | 53 |
| Binary | 100110 | 11001000 | 10010 | 1010001 | 0 | 1011011 | 10110 | 1110001 | 1010011 | 101011 |
Color Harmonies of #26C812
Complementary color
Monochromatic Colors of #26C812
Black with #26C812
Text Example
Text Example
White with #26C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C812; }
p { color: rgb(38,200,18); }
H1.HeaderClassName
{
color: #26C812;
}
.AnyTagClassName
{
color: #26C812;
}
</style>
background-color css
<style>
a { background-color: #26C812; }
a { background-color: rgb(38,200,18); }
div.DivClassName
{
background-color: #26C812;
}
.BgClassName
{
background-color: #26C812;
}
</style>
border-color css
<style>
span { border-color: #26C812; }
span { border-color: rgb(38,200,18); }
td.TdClassName
{
border-color: #26C812;
}
.TagClassName
{
border-color: #26C812;
}
</style>