Shades of Lime Green #26C24A
Tints of Lime Green #26C24A
RGB
CMYK
RGB Variations
Color information
#26C24A (or 0x26C24A) is known color: Lime Green. HEX triplet: 26, C2 and 4A. RGB value is (38,194,74). Sum of RGB (Red+Green+Blue) = 38+194+74=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #26C24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C24A is #D93DB5. Grayscale: #868686. Windows color (decimal): -14237110 or 4899366. OLE color: 4899366.
HSL color Cylindrical-coordinate representation of color #26C24A: hue angle of 133.85º 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 #26C24A is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 74 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.24 |
| HSL | 133.85º | 0.67% | 0.45% | - |
| HSV(B) | 133.85º | 0.8% | 0.76% | - |
| XYZ | 21.33 | 39.49 | 12.98 | - |
| YUV | 133.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 74 | 0.80 | 0 | 0.62 | 0.24 | 133.85 | 0.67 | 0.45 |
| Hex | 26 | C2 | 4A | 50 | 0 | 3E | 18 | 86 | 43 | 2D |
| Octal | 46 | 302 | 112 | 120 | 0 | 76 | 30 | 206 | 103 | 55 |
| Binary | 100110 | 11000010 | 1001010 | 1010000 | 0 | 111110 | 11000 | 10000110 | 1000011 | 101101 |
Color Harmonies of #26C24A
Complementary color
Monochromatic Colors of #26C24A
Black with #26C24A
Text Example
Text Example
White with #26C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C24A; }
p { color: rgb(38,194,74); }
H1.HeaderClassName
{
color: #26C24A;
}
.AnyTagClassName
{
color: #26C24A;
}
</style>
background-color css
<style>
a { background-color: #26C24A; }
a { background-color: rgb(38,194,74); }
div.DivClassName
{
background-color: #26C24A;
}
.BgClassName
{
background-color: #26C24A;
}
</style>
border-color css
<style>
span { border-color: #26C24A; }
span { border-color: rgb(38,194,74); }
td.TdClassName
{
border-color: #26C24A;
}
.TagClassName
{
border-color: #26C24A;
}
</style>