Shades of Lime Green #26F03C
Tints of Lime Green #26F03C
RGB
CMYK
RGB Variations
Color information
#26F03C (or 0x26F03C) is known color: Lime Green. HEX triplet: 26, F0 and 3C. RGB value is (38,240,60). Sum of RGB (Red+Green+Blue) = 38+240+60=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #26F03C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F03C is #D90FC3. Grayscale: #9F9F9F. Windows color (decimal): -14225348 or 3993638. OLE color: 3993638.
HSL color Cylindrical-coordinate representation of color #26F03C: hue angle of 126.53º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F03C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 240 | 60 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.06 |
| HSL | 126.53º | 0.87% | 0.55% | - |
| HSV(B) | 126.53º | 0.84% | 0.94% | - |
| XYZ | 32.78 | 63.06 | 14.72 | - |
| YUV | 159.08 | 72.08 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 240 | 60 | 0.84 | 0 | 0.75 | 0.06 | 126.53 | 0.87 | 0.55 |
| Hex | 26 | F0 | 3C | 54 | 0 | 4B | 6 | 7F | 57 | 37 |
| Octal | 46 | 360 | 74 | 124 | 0 | 113 | 6 | 177 | 127 | 67 |
| Binary | 100110 | 11110000 | 111100 | 1010100 | 0 | 1001011 | 110 | 1111111 | 1010111 | 110111 |
Color Harmonies of #26F03C
Complementary color
Monochromatic Colors of #26F03C
Black with #26F03C
Text Example
Text Example
White with #26F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F03C; }
p { color: rgb(38,240,60); }
H1.HeaderClassName
{
color: #26F03C;
}
.AnyTagClassName
{
color: #26F03C;
}
</style>
background-color css
<style>
a { background-color: #26F03C; }
a { background-color: rgb(38,240,60); }
div.DivClassName
{
background-color: #26F03C;
}
.BgClassName
{
background-color: #26F03C;
}
</style>
border-color css
<style>
span { border-color: #26F03C; }
span { border-color: rgb(38,240,60); }
td.TdClassName
{
border-color: #26F03C;
}
.TagClassName
{
border-color: #26F03C;
}
</style>