Shades of Lime Green #26BC2C
Tints of Lime Green #26BC2C
RGB
CMYK
RGB Variations
Color information
#26BC2C (or 0x26BC2C) is known color: Lime Green. HEX triplet: 26, BC and 2C. RGB value is (38,188,44). Sum of RGB (Red+Green+Blue) = 38+188+44=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC2C is #D943D3. Grayscale: #7F7F7F. Windows color (decimal): -14238676 or 2931750. OLE color: 2931750.
HSL color Cylindrical-coordinate representation of color #26BC2C: hue angle of 122.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC2C is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 44 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.26 |
| HSL | 122.4º | 0.66% | 0.44% | - |
| HSV(B) | 122.4º | 0.8% | 0.74% | - |
| XYZ | 19.24 | 36.56 | 8.43 | - |
| YUV | 126.73 | 81.31 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 44 | 0.80 | 0 | 0.77 | 0.26 | 122.4 | 0.66 | 0.44 |
| Hex | 26 | BC | 2C | 50 | 0 | 4D | 1A | 7A | 42 | 2C |
| Octal | 46 | 274 | 54 | 120 | 0 | 115 | 32 | 172 | 102 | 54 |
| Binary | 100110 | 10111100 | 101100 | 1010000 | 0 | 1001101 | 11010 | 1111010 | 1000010 | 101100 |
Color Harmonies of #26BC2C
Complementary color
Monochromatic Colors of #26BC2C
Black with #26BC2C
Text Example
Text Example
White with #26BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC2C; }
p { color: rgb(38,188,44); }
H1.HeaderClassName
{
color: #26BC2C;
}
.AnyTagClassName
{
color: #26BC2C;
}
</style>
background-color css
<style>
a { background-color: #26BC2C; }
a { background-color: rgb(38,188,44); }
div.DivClassName
{
background-color: #26BC2C;
}
.BgClassName
{
background-color: #26BC2C;
}
</style>
border-color css
<style>
span { border-color: #26BC2C; }
span { border-color: rgb(38,188,44); }
td.TdClassName
{
border-color: #26BC2C;
}
.TagClassName
{
border-color: #26BC2C;
}
</style>