Shades of Lime Green #26BC2F
Tints of Lime Green #26BC2F
RGB
CMYK
RGB Variations
Color information
#26BC2F (or 0x26BC2F) is known color: Lime Green. HEX triplet: 26, BC and 2F. RGB value is (38,188,47). Sum of RGB (Red+Green+Blue) = 38+188+47=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC2F is #D943D0. Grayscale: #7F7F7F. Windows color (decimal): -14238673 or 3128358. OLE color: 3128358.
HSL color Cylindrical-coordinate representation of color #26BC2F: hue angle of 123.6º 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 #26BC2F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 47 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.26 |
| HSL | 123.6º | 0.66% | 0.44% | - |
| HSV(B) | 123.6º | 0.8% | 0.74% | - |
| XYZ | 19.3 | 36.58 | 8.73 | - |
| YUV | 127.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 47 | 0.80 | 0 | 0.75 | 0.26 | 123.6 | 0.66 | 0.44 |
| Hex | 26 | BC | 2F | 50 | 0 | 4B | 1A | 7C | 42 | 2C |
| Octal | 46 | 274 | 57 | 120 | 0 | 113 | 32 | 174 | 102 | 54 |
| Binary | 100110 | 10111100 | 101111 | 1010000 | 0 | 1001011 | 11010 | 1111100 | 1000010 | 101100 |
Color Harmonies of #26BC2F
Complementary color
Monochromatic Colors of #26BC2F
Black with #26BC2F
Text Example
Text Example
White with #26BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC2F; }
p { color: rgb(38,188,47); }
H1.HeaderClassName
{
color: #26BC2F;
}
.AnyTagClassName
{
color: #26BC2F;
}
</style>
background-color css
<style>
a { background-color: #26BC2F; }
a { background-color: rgb(38,188,47); }
div.DivClassName
{
background-color: #26BC2F;
}
.BgClassName
{
background-color: #26BC2F;
}
</style>
border-color css
<style>
span { border-color: #26BC2F; }
span { border-color: rgb(38,188,47); }
td.TdClassName
{
border-color: #26BC2F;
}
.TagClassName
{
border-color: #26BC2F;
}
</style>