Shades of Lime Green #26BD31
Tints of Lime Green #26BD31
RGB
CMYK
RGB Variations
Color information
#26BD31 (or 0x26BD31) is known color: Lime Green. HEX triplet: 26, BD and 31. RGB value is (38,189,49). Sum of RGB (Red+Green+Blue) = 38+189+49=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 189 (74.22% from 255 or 68.48% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD31 is #D942CE. Grayscale: #808080. Windows color (decimal): -14238415 or 3259686. OLE color: 3259686.
HSL color Cylindrical-coordinate representation of color #26BD31: hue angle of 124.37º 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 #26BD31 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 49 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.26 |
| HSL | 124.37º | 0.67% | 0.45% | - |
| HSV(B) | 124.37º | 0.8% | 0.74% | - |
| XYZ | 19.55 | 37.03 | 9.02 | - |
| YUV | 127.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 49 | 0.80 | 0 | 0.74 | 0.26 | 124.37 | 0.67 | 0.45 |
| Hex | 26 | BD | 31 | 50 | 0 | 4A | 1A | 7C | 43 | 2D |
| Octal | 46 | 275 | 61 | 120 | 0 | 112 | 32 | 174 | 103 | 55 |
| Binary | 100110 | 10111101 | 110001 | 1010000 | 0 | 1001010 | 11010 | 1111100 | 1000011 | 101101 |
Color Harmonies of #26BD31
Complementary color
Monochromatic Colors of #26BD31
Black with #26BD31
Text Example
Text Example
White with #26BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD31; }
p { color: rgb(38,189,49); }
H1.HeaderClassName
{
color: #26BD31;
}
.AnyTagClassName
{
color: #26BD31;
}
</style>
background-color css
<style>
a { background-color: #26BD31; }
a { background-color: rgb(38,189,49); }
div.DivClassName
{
background-color: #26BD31;
}
.BgClassName
{
background-color: #26BD31;
}
</style>
border-color css
<style>
span { border-color: #26BD31; }
span { border-color: rgb(38,189,49); }
td.TdClassName
{
border-color: #26BD31;
}
.TagClassName
{
border-color: #26BD31;
}
</style>