Shades of Lime Green #26FA3C
Tints of Lime Green #26FA3C
RGB
CMYK
RGB Variations
Color information
#26FA3C (or 0x26FA3C) is known color: Lime Green. HEX triplet: 26, FA and 3C. RGB value is (38,250,60). Sum of RGB (Red+Green+Blue) = 38+250+60=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26FA3C is #D905C3. Grayscale: #A5A5A5. Windows color (decimal): -14222788 or 3996198. OLE color: 3996198.
HSL color Cylindrical-coordinate representation of color #26FA3C: hue angle of 126.23º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FA3C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.02 |
| HSL | 126.23º | 0.95% | 0.56% | - |
| HSV(B) | 126.23º | 0.85% | 0.98% | - |
| XYZ | 35.8 | 69.11 | 15.73 | - |
| YUV | 164.95 | 68.76 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 60 | 0.85 | 0 | 0.76 | 0.02 | 126.23 | 0.95 | 0.56 |
| Hex | 26 | FA | 3C | 55 | 0 | 4C | 2 | 7E | 5F | 38 |
| Octal | 46 | 372 | 74 | 125 | 0 | 114 | 2 | 176 | 137 | 70 |
| Binary | 100110 | 11111010 | 111100 | 1010101 | 0 | 1001100 | 10 | 1111110 | 1011111 | 111000 |
Color Harmonies of #26FA3C
Complementary color
Monochromatic Colors of #26FA3C
Black with #26FA3C
Text Example
Text Example
White with #26FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA3C; }
p { color: rgb(38,250,60); }
H1.HeaderClassName
{
color: #26FA3C;
}
.AnyTagClassName
{
color: #26FA3C;
}
</style>
background-color css
<style>
a { background-color: #26FA3C; }
a { background-color: rgb(38,250,60); }
div.DivClassName
{
background-color: #26FA3C;
}
.BgClassName
{
background-color: #26FA3C;
}
</style>
border-color css
<style>
span { border-color: #26FA3C; }
span { border-color: rgb(38,250,60); }
td.TdClassName
{
border-color: #26FA3C;
}
.TagClassName
{
border-color: #26FA3C;
}
</style>