Shades of Lime Green #26F83C
Tints of Lime Green #26F83C
RGB
CMYK
RGB Variations
Color information
#26F83C (or 0x26F83C) is known color: Lime Green. HEX triplet: 26, F8 and 3C. RGB value is (38,248,60). Sum of RGB (Red+Green+Blue) = 38+248+60=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #26F83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F83C is #D907C3. Grayscale: #A4A4A4. Windows color (decimal): -14223300 or 3995686. OLE color: 3995686.
HSL color Cylindrical-coordinate representation of color #26F83C: hue angle of 126.29º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26F83C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 248 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.03 |
| HSL | 126.29º | 0.94% | 0.56% | - |
| HSV(B) | 126.29º | 0.85% | 0.97% | - |
| XYZ | 35.18 | 67.87 | 15.52 | - |
| YUV | 163.78 | 69.43 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 248 | 60 | 0.85 | 0 | 0.76 | 0.03 | 126.29 | 0.94 | 0.56 |
| Hex | 26 | F8 | 3C | 55 | 0 | 4C | 3 | 7E | 5E | 38 |
| Octal | 46 | 370 | 74 | 125 | 0 | 114 | 3 | 176 | 136 | 70 |
| Binary | 100110 | 11111000 | 111100 | 1010101 | 0 | 1001100 | 11 | 1111110 | 1011110 | 111000 |
Color Harmonies of #26F83C
Complementary color
Monochromatic Colors of #26F83C
Black with #26F83C
Text Example
Text Example
White with #26F83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F83C; }
p { color: rgb(38,248,60); }
H1.HeaderClassName
{
color: #26F83C;
}
.AnyTagClassName
{
color: #26F83C;
}
</style>
background-color css
<style>
a { background-color: #26F83C; }
a { background-color: rgb(38,248,60); }
div.DivClassName
{
background-color: #26F83C;
}
.BgClassName
{
background-color: #26F83C;
}
</style>
border-color css
<style>
span { border-color: #26F83C; }
span { border-color: rgb(38,248,60); }
td.TdClassName
{
border-color: #26F83C;
}
.TagClassName
{
border-color: #26F83C;
}
</style>