Shades of Lime Green #26B027
Tints of Lime Green #26B027
RGB
CMYK
RGB Variations
Color information
#26B027 (or 0x26B027) is known color: Lime Green. HEX triplet: 26, B0 and 27. RGB value is (38,176,39). Sum of RGB (Red+Green+Blue) = 38+176+39=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 176 (69.14% from 255 or 69.57% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 176 - color contains mainly: green. Hex color #26B027 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B027 is #D94FD8. Grayscale: #777777. Windows color (decimal): -14241753 or 2600998. OLE color: 2600998.
HSL color Cylindrical-coordinate representation of color #26B027: hue angle of 120.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26B027 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 176 | 39 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.31 |
| HSL | 120.43º | 0.64% | 0.42% | - |
| HSV(B) | 120.43º | 0.78% | 0.69% | - |
| XYZ | 16.69 | 31.61 | 7.14 | - |
| YUV | 119.12 | 82.78 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 39 | 0.78 | 0 | 0.78 | 0.31 | 120.43 | 0.64 | 0.42 |
| Hex | 26 | B0 | 27 | 4E | 0 | 4E | 1F | 78 | 40 | 2A |
| Octal | 46 | 260 | 47 | 116 | 0 | 116 | 37 | 170 | 100 | 52 |
| Binary | 100110 | 10110000 | 100111 | 1001110 | 0 | 1001110 | 11111 | 1111000 | 1000000 | 101010 |
Color Harmonies of #26B027
Complementary color
Monochromatic Colors of #26B027
Black with #26B027
Text Example
Text Example
White with #26B027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B027; }
p { color: rgb(38,176,39); }
H1.HeaderClassName
{
color: #26B027;
}
.AnyTagClassName
{
color: #26B027;
}
</style>
background-color css
<style>
a { background-color: #26B027; }
a { background-color: rgb(38,176,39); }
div.DivClassName
{
background-color: #26B027;
}
.BgClassName
{
background-color: #26B027;
}
</style>
border-color css
<style>
span { border-color: #26B027; }
span { border-color: rgb(38,176,39); }
td.TdClassName
{
border-color: #26B027;
}
.TagClassName
{
border-color: #26B027;
}
</style>