Shades of Lime Green #26C24C
Tints of Lime Green #26C24C
RGB
CMYK
RGB Variations
Color information
#26C24C (or 0x26C24C) is known color: Lime Green. HEX triplet: 26, C2 and 4C. RGB value is (38,194,76). Sum of RGB (Red+Green+Blue) = 38+194+76=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #26C24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C24C is #D93DB3. Grayscale: #868686. Windows color (decimal): -14237108 or 5030438. OLE color: 5030438.
HSL color Cylindrical-coordinate representation of color #26C24C: hue angle of 134.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C24C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 76 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.24 |
| HSL | 134.62º | 0.67% | 0.45% | - |
| HSV(B) | 134.62º | 0.8% | 0.76% | - |
| XYZ | 21.4 | 39.52 | 13.34 | - |
| YUV | 133.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 76 | 0.80 | 0 | 0.61 | 0.24 | 134.62 | 0.67 | 0.45 |
| Hex | 26 | C2 | 4C | 50 | 0 | 3D | 18 | 87 | 43 | 2D |
| Octal | 46 | 302 | 114 | 120 | 0 | 75 | 30 | 207 | 103 | 55 |
| Binary | 100110 | 11000010 | 1001100 | 1010000 | 0 | 111101 | 11000 | 10000111 | 1000011 | 101101 |
Color Harmonies of #26C24C
Complementary color
Monochromatic Colors of #26C24C
Black with #26C24C
Text Example
Text Example
White with #26C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C24C; }
p { color: rgb(38,194,76); }
H1.HeaderClassName
{
color: #26C24C;
}
.AnyTagClassName
{
color: #26C24C;
}
</style>
background-color css
<style>
a { background-color: #26C24C; }
a { background-color: rgb(38,194,76); }
div.DivClassName
{
background-color: #26C24C;
}
.BgClassName
{
background-color: #26C24C;
}
</style>
border-color css
<style>
span { border-color: #26C24C; }
span { border-color: rgb(38,194,76); }
td.TdClassName
{
border-color: #26C24C;
}
.TagClassName
{
border-color: #26C24C;
}
</style>