Shades of Lime Green #26BA3C
Tints of Lime Green #26BA3C
RGB
CMYK
RGB Variations
Color information
#26BA3C (or 0x26BA3C) is known color: Lime Green. HEX triplet: 26, BA and 3C. RGB value is (38,186,60). Sum of RGB (Red+Green+Blue) = 38+186+60=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA3C is #D945C3. Grayscale: #7F7F7F. Windows color (decimal): -14239172 or 3979814. OLE color: 3979814.
HSL color Cylindrical-coordinate representation of color #26BA3C: hue angle of 128.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA3C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 60 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.27 |
| HSL | 128.92º | 0.66% | 0.44% | - |
| HSV(B) | 128.92º | 0.8% | 0.73% | - |
| XYZ | 19.17 | 35.86 | 10.19 | - |
| YUV | 127.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 60 | 0.80 | 0 | 0.68 | 0.27 | 128.92 | 0.66 | 0.44 |
| Hex | 26 | BA | 3C | 50 | 0 | 44 | 1B | 81 | 42 | 2C |
| Octal | 46 | 272 | 74 | 120 | 0 | 104 | 33 | 201 | 102 | 54 |
| Binary | 100110 | 10111010 | 111100 | 1010000 | 0 | 1000100 | 11011 | 10000001 | 1000010 | 101100 |
Color Harmonies of #26BA3C
Complementary color
Monochromatic Colors of #26BA3C
Black with #26BA3C
Text Example
Text Example
White with #26BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA3C; }
p { color: rgb(38,186,60); }
H1.HeaderClassName
{
color: #26BA3C;
}
.AnyTagClassName
{
color: #26BA3C;
}
</style>
background-color css
<style>
a { background-color: #26BA3C; }
a { background-color: rgb(38,186,60); }
div.DivClassName
{
background-color: #26BA3C;
}
.BgClassName
{
background-color: #26BA3C;
}
</style>
border-color css
<style>
span { border-color: #26BA3C; }
span { border-color: rgb(38,186,60); }
td.TdClassName
{
border-color: #26BA3C;
}
.TagClassName
{
border-color: #26BA3C;
}
</style>