Shades of Lime Green #26BD0F
Tints of Lime Green #26BD0F
RGB
CMYK
RGB Variations
Color information
#26BD0F (or 0x26BD0F) is known color: Lime Green. HEX triplet: 26, BD and 0F. RGB value is (38,189,15). Sum of RGB (Red+Green+Blue) = 38+189+15=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BD0F is #D942F0. Grayscale: #7C7C7C. Windows color (decimal): -14238449 or 1031462. OLE color: 1031462.
HSL color Cylindrical-coordinate representation of color #26BD0F: hue angle of 112.07º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26BD0F is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 15 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.26 |
| HSL | 112.07º | 0.85% | 0.4% | - |
| HSV(B) | 112.07º | 0.92% | 0.74% | - |
| XYZ | 19.08 | 36.84 | 6.56 | - |
| YUV | 124.02 | 66.47 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 15 | 0.80 | 0 | 0.92 | 0.26 | 112.07 | 0.85 | 0.4 |
| Hex | 26 | BD | F | 50 | 0 | 5C | 1A | 70 | 55 | 28 |
| Octal | 46 | 275 | 17 | 120 | 0 | 134 | 32 | 160 | 125 | 50 |
| Binary | 100110 | 10111101 | 1111 | 1010000 | 0 | 1011100 | 11010 | 1110000 | 1010101 | 101000 |
Color Harmonies of #26BD0F
Complementary color
Monochromatic Colors of #26BD0F
Black with #26BD0F
Text Example
Text Example
White with #26BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD0F; }
p { color: rgb(38,189,15); }
H1.HeaderClassName
{
color: #26BD0F;
}
.AnyTagClassName
{
color: #26BD0F;
}
</style>
background-color css
<style>
a { background-color: #26BD0F; }
a { background-color: rgb(38,189,15); }
div.DivClassName
{
background-color: #26BD0F;
}
.BgClassName
{
background-color: #26BD0F;
}
</style>
border-color css
<style>
span { border-color: #26BD0F; }
span { border-color: rgb(38,189,15); }
td.TdClassName
{
border-color: #26BD0F;
}
.TagClassName
{
border-color: #26BD0F;
}
</style>