Shades of Lime Green #26BD1D
Tints of Lime Green #26BD1D
RGB
CMYK
RGB Variations
Color information
#26BD1D (or 0x26BD1D) is known color: Lime Green. HEX triplet: 26, BD and 1D. RGB value is (38,189,29). Sum of RGB (Red+Green+Blue) = 38+189+29=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD1D is #D942E2. Grayscale: #7E7E7E. Windows color (decimal): -14238435 or 1948966. OLE color: 1948966.
HSL color Cylindrical-coordinate representation of color #26BD1D: hue angle of 116.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BD1D is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 29 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.26 |
| HSL | 116.63º | 0.73% | 0.43% | - |
| HSV(B) | 116.63º | 0.85% | 0.74% | - |
| XYZ | 19.22 | 36.9 | 7.27 | - |
| YUV | 125.61 | 73.47 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 29 | 0.80 | 0 | 0.85 | 0.26 | 116.63 | 0.73 | 0.43 |
| Hex | 26 | BD | 1D | 50 | 0 | 55 | 1A | 75 | 49 | 2B |
| Octal | 46 | 275 | 35 | 120 | 0 | 125 | 32 | 165 | 111 | 53 |
| Binary | 100110 | 10111101 | 11101 | 1010000 | 0 | 1010101 | 11010 | 1110101 | 1001001 | 101011 |
Color Harmonies of #26BD1D
Complementary color
Monochromatic Colors of #26BD1D
Black with #26BD1D
Text Example
Text Example
White with #26BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD1D; }
p { color: rgb(38,189,29); }
H1.HeaderClassName
{
color: #26BD1D;
}
.AnyTagClassName
{
color: #26BD1D;
}
</style>
background-color css
<style>
a { background-color: #26BD1D; }
a { background-color: rgb(38,189,29); }
div.DivClassName
{
background-color: #26BD1D;
}
.BgClassName
{
background-color: #26BD1D;
}
</style>
border-color css
<style>
span { border-color: #26BD1D; }
span { border-color: rgb(38,189,29); }
td.TdClassName
{
border-color: #26BD1D;
}
.TagClassName
{
border-color: #26BD1D;
}
</style>