Shades of Lime Green #26BE2D
Tints of Lime Green #26BE2D
RGB
CMYK
RGB Variations
Color information
#26BE2D (or 0x26BE2D) is known color: Lime Green. HEX triplet: 26, BE and 2D. RGB value is (38,190,45). Sum of RGB (Red+Green+Blue) = 38+190+45=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE2D is #D941D2. Grayscale: #808080. Windows color (decimal): -14238163 or 2997798. OLE color: 2997798.
HSL color Cylindrical-coordinate representation of color #26BE2D: hue angle of 122.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BE2D is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 190 | 45 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.25 |
| HSL | 122.76º | 0.67% | 0.45% | - |
| HSV(B) | 122.76º | 0.8% | 0.75% | - |
| XYZ | 19.69 | 37.43 | 8.67 | - |
| YUV | 128.02 | 81.14 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 45 | 0.8 | 0 | 0.76 | 0.25 | 122.76 | 0.67 | 0.45 |
| Hex | 26 | BE | 2D | 50 | 0 | 4C | 19 | 7B | 43 | 2D |
| Octal | 46 | 276 | 55 | 120 | 0 | 114 | 31 | 173 | 103 | 55 |
| Binary | 100110 | 10111110 | 101101 | 1010000 | 0 | 1001100 | 11001 | 1111011 | 1000011 | 101101 |
Color Harmonies of #26BE2D
Complementary color
Monochromatic Colors of #26BE2D
Black with #26BE2D
Text Example
Text Example
White with #26BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BE2D; }
p { color: rgb(38,190,45); }
H1.HeaderClassName
{
color: #26BE2D;
}
.AnyTagClassName
{
color: #26BE2D;
}
</style>
background-color css
<style>
a { background-color: #26BE2D; }
a { background-color: rgb(38,190,45); }
div.DivClassName
{
background-color: #26BE2D;
}
.BgClassName
{
background-color: #26BE2D;
}
</style>
border-color css
<style>
span { border-color: #26BE2D; }
span { border-color: rgb(38,190,45); }
td.TdClassName
{
border-color: #26BE2D;
}
.TagClassName
{
border-color: #26BE2D;
}
</style>