Shades of Lime Green #26BC3C
Tints of Lime Green #26BC3C
RGB
CMYK
RGB Variations
Color information
#26BC3C (or 0x26BC3C) is known color: Lime Green. HEX triplet: 26, BC and 3C. RGB value is (38,188,60). Sum of RGB (Red+Green+Blue) = 38+188+60=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC3C is #D943C3. Grayscale: #808080. Windows color (decimal): -14238660 or 3980326. OLE color: 3980326.
HSL color Cylindrical-coordinate representation of color #26BC3C: hue angle of 128.8º 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 #26BC3C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 60 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.26 |
| HSL | 128.8º | 0.66% | 0.44% | - |
| HSV(B) | 128.8º | 0.8% | 0.74% | - |
| XYZ | 19.6 | 36.7 | 10.33 | - |
| YUV | 128.56 | 89.31 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 60 | 0.80 | 0 | 0.68 | 0.26 | 128.8 | 0.66 | 0.44 |
| Hex | 26 | BC | 3C | 50 | 0 | 44 | 1A | 81 | 42 | 2C |
| Octal | 46 | 274 | 74 | 120 | 0 | 104 | 32 | 201 | 102 | 54 |
| Binary | 100110 | 10111100 | 111100 | 1010000 | 0 | 1000100 | 11010 | 10000001 | 1000010 | 101100 |
Color Harmonies of #26BC3C
Complementary color
Monochromatic Colors of #26BC3C
Black with #26BC3C
Text Example
Text Example
White with #26BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC3C; }
p { color: rgb(38,188,60); }
H1.HeaderClassName
{
color: #26BC3C;
}
.AnyTagClassName
{
color: #26BC3C;
}
</style>
background-color css
<style>
a { background-color: #26BC3C; }
a { background-color: rgb(38,188,60); }
div.DivClassName
{
background-color: #26BC3C;
}
.BgClassName
{
background-color: #26BC3C;
}
</style>
border-color css
<style>
span { border-color: #26BC3C; }
span { border-color: rgb(38,188,60); }
td.TdClassName
{
border-color: #26BC3C;
}
.TagClassName
{
border-color: #26BC3C;
}
</style>