Shades of Lime Green #26BD38
Tints of Lime Green #26BD38
RGB
CMYK
RGB Variations
Color information
#26BD38 (or 0x26BD38) is known color: Lime Green. HEX triplet: 26, BD and 38. RGB value is (38,189,56). Sum of RGB (Red+Green+Blue) = 38+189+56=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD38 is #D942C7. Grayscale: #818181. Windows color (decimal): -14238408 or 3718438. OLE color: 3718438.
HSL color Cylindrical-coordinate representation of color #26BD38: hue angle of 127.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD38 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 56 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.26 |
| HSL | 127.15º | 0.67% | 0.45% | - |
| HSV(B) | 127.15º | 0.8% | 0.74% | - |
| XYZ | 19.71 | 37.09 | 9.86 | - |
| YUV | 128.69 | 86.97 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 56 | 0.80 | 0 | 0.70 | 0.26 | 127.15 | 0.67 | 0.45 |
| Hex | 26 | BD | 38 | 50 | 0 | 46 | 1A | 7F | 43 | 2D |
| Octal | 46 | 275 | 70 | 120 | 0 | 106 | 32 | 177 | 103 | 55 |
| Binary | 100110 | 10111101 | 111000 | 1010000 | 0 | 1000110 | 11010 | 1111111 | 1000011 | 101101 |
Color Harmonies of #26BD38
Complementary color
Monochromatic Colors of #26BD38
Black with #26BD38
Text Example
Text Example
White with #26BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD38; }
p { color: rgb(38,189,56); }
H1.HeaderClassName
{
color: #26BD38;
}
.AnyTagClassName
{
color: #26BD38;
}
</style>
background-color css
<style>
a { background-color: #26BD38; }
a { background-color: rgb(38,189,56); }
div.DivClassName
{
background-color: #26BD38;
}
.BgClassName
{
background-color: #26BD38;
}
</style>
border-color css
<style>
span { border-color: #26BD38; }
span { border-color: rgb(38,189,56); }
td.TdClassName
{
border-color: #26BD38;
}
.TagClassName
{
border-color: #26BD38;
}
</style>