Shades of Lime Green #26D63C
Tints of Lime Green #26D63C
RGB
CMYK
RGB Variations
Color information
#26D63C (or 0x26D63C) is known color: Lime Green. HEX triplet: 26, D6 and 3C. RGB value is (38,214,60). Sum of RGB (Red+Green+Blue) = 38+214+60=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #26D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D63C is #D929C3. Grayscale: #909090. Windows color (decimal): -14232004 or 3986982. OLE color: 3986982.
HSL color Cylindrical-coordinate representation of color #26D63C: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D63C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 214 | 60 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.16 |
| HSL | 127.5º | 0.7% | 0.49% | - |
| HSV(B) | 127.5º | 0.82% | 0.84% | - |
| XYZ | 25.66 | 48.83 | 12.35 | - |
| YUV | 143.82 | 80.69 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 60 | 0.82 | 0 | 0.72 | 0.16 | 127.5 | 0.7 | 0.49 |
| Hex | 26 | D6 | 3C | 52 | 0 | 48 | 10 | 80 | 46 | 31 |
| Octal | 46 | 326 | 74 | 122 | 0 | 110 | 20 | 200 | 106 | 61 |
| Binary | 100110 | 11010110 | 111100 | 1010010 | 0 | 1001000 | 10000 | 10000000 | 1000110 | 110001 |
Color Harmonies of #26D63C
Complementary color
Monochromatic Colors of #26D63C
Black with #26D63C
Text Example
Text Example
White with #26D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D63C; }
p { color: rgb(38,214,60); }
H1.HeaderClassName
{
color: #26D63C;
}
.AnyTagClassName
{
color: #26D63C;
}
</style>
background-color css
<style>
a { background-color: #26D63C; }
a { background-color: rgb(38,214,60); }
div.DivClassName
{
background-color: #26D63C;
}
.BgClassName
{
background-color: #26D63C;
}
</style>
border-color css
<style>
span { border-color: #26D63C; }
span { border-color: rgb(38,214,60); }
td.TdClassName
{
border-color: #26D63C;
}
.TagClassName
{
border-color: #26D63C;
}
</style>