Shades of Lime Green #26F63C
Tints of Lime Green #26F63C
RGB
CMYK
RGB Variations
Color information
#26F63C (or 0x26F63C) is known color: Lime Green. HEX triplet: 26, F6 and 3C. RGB value is (38,246,60). Sum of RGB (Red+Green+Blue) = 38+246+60=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 246 (96.48% from 255 or 71.51% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 246 - color contains mainly: green. Hex color #26F63C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F63C is #D909C3. Grayscale: #A3A3A3. Windows color (decimal): -14223812 or 3995174. OLE color: 3995174.
HSL color Cylindrical-coordinate representation of color #26F63C: hue angle of 126.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F63C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 246 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.04 |
| HSL | 126.35º | 0.92% | 0.56% | - |
| HSV(B) | 126.35º | 0.85% | 0.96% | - |
| XYZ | 34.57 | 66.65 | 15.32 | - |
| YUV | 162.6 | 70.09 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 246 | 60 | 0.85 | 0 | 0.76 | 0.04 | 126.35 | 0.92 | 0.56 |
| Hex | 26 | F6 | 3C | 55 | 0 | 4C | 4 | 7E | 5C | 38 |
| Octal | 46 | 366 | 74 | 125 | 0 | 114 | 4 | 176 | 134 | 70 |
| Binary | 100110 | 11110110 | 111100 | 1010101 | 0 | 1001100 | 100 | 1111110 | 1011100 | 111000 |
Color Harmonies of #26F63C
Complementary color
Monochromatic Colors of #26F63C
Black with #26F63C
Text Example
Text Example
White with #26F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F63C; }
p { color: rgb(38,246,60); }
H1.HeaderClassName
{
color: #26F63C;
}
.AnyTagClassName
{
color: #26F63C;
}
</style>
background-color css
<style>
a { background-color: #26F63C; }
a { background-color: rgb(38,246,60); }
div.DivClassName
{
background-color: #26F63C;
}
.BgClassName
{
background-color: #26F63C;
}
</style>
border-color css
<style>
span { border-color: #26F63C; }
span { border-color: rgb(38,246,60); }
td.TdClassName
{
border-color: #26F63C;
}
.TagClassName
{
border-color: #26F63C;
}
</style>