Shades of Lime Green #26CB1A
Tints of Lime Green #26CB1A
RGB
CMYK
RGB Variations
Color information
#26CB1A (or 0x26CB1A) is known color: Lime Green. HEX triplet: 26, CB and 1A. RGB value is (38,203,26). Sum of RGB (Red+Green+Blue) = 38+203+26=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 203 (79.69% from 255 or 76.03% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CB1A is #D934E5. Grayscale: #868686. Windows color (decimal): -14234854 or 1755942. OLE color: 1755942.
HSL color Cylindrical-coordinate representation of color #26CB1A: hue angle of 115.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26CB1A is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 26 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.20 |
| HSL | 115.93º | 0.77% | 0.45% | - |
| HSV(B) | 115.93º | 0.87% | 0.8% | - |
| XYZ | 22.34 | 43.2 | 8.14 | - |
| YUV | 133.49 | 67.34 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 26 | 0.81 | 0 | 0.87 | 0.20 | 115.93 | 0.77 | 0.45 |
| Hex | 26 | CB | 1A | 51 | 0 | 57 | 14 | 74 | 4D | 2D |
| Octal | 46 | 313 | 32 | 121 | 0 | 127 | 24 | 164 | 115 | 55 |
| Binary | 100110 | 11001011 | 11010 | 1010001 | 0 | 1010111 | 10100 | 1110100 | 1001101 | 101101 |
Color Harmonies of #26CB1A
Complementary color
Monochromatic Colors of #26CB1A
Black with #26CB1A
Text Example
Text Example
White with #26CB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CB1A; }
p { color: rgb(38,203,26); }
H1.HeaderClassName
{
color: #26CB1A;
}
.AnyTagClassName
{
color: #26CB1A;
}
</style>
background-color css
<style>
a { background-color: #26CB1A; }
a { background-color: rgb(38,203,26); }
div.DivClassName
{
background-color: #26CB1A;
}
.BgClassName
{
background-color: #26CB1A;
}
</style>
border-color css
<style>
span { border-color: #26CB1A; }
span { border-color: rgb(38,203,26); }
td.TdClassName
{
border-color: #26CB1A;
}
.TagClassName
{
border-color: #26CB1A;
}
</style>