Shades of Lime Green #26C927
Tints of Lime Green #26C927
RGB
CMYK
RGB Variations
Color information
#26C927 (or 0x26C927) is known color: Lime Green. HEX triplet: 26, C9 and 27. RGB value is (38,201,39). Sum of RGB (Red+Green+Blue) = 38+201+39=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #26C927 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C927 is #D936D8. Grayscale: #868686. Windows color (decimal): -14235353 or 2607398. OLE color: 2607398.
HSL color Cylindrical-coordinate representation of color #26C927: hue angle of 120.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C927 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 39 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.21 |
| HSL | 120.37º | 0.68% | 0.47% | - |
| HSV(B) | 120.37º | 0.81% | 0.79% | - |
| XYZ | 22.05 | 42.33 | 8.93 | - |
| YUV | 133.8 | 74.5 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 39 | 0.81 | 0 | 0.81 | 0.21 | 120.37 | 0.68 | 0.47 |
| Hex | 26 | C9 | 27 | 51 | 0 | 51 | 15 | 78 | 44 | 2F |
| Octal | 46 | 311 | 47 | 121 | 0 | 121 | 25 | 170 | 104 | 57 |
| Binary | 100110 | 11001001 | 100111 | 1010001 | 0 | 1010001 | 10101 | 1111000 | 1000100 | 101111 |
Color Harmonies of #26C927
Complementary color
Monochromatic Colors of #26C927
Black with #26C927
Text Example
Text Example
White with #26C927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C927; }
p { color: rgb(38,201,39); }
H1.HeaderClassName
{
color: #26C927;
}
.AnyTagClassName
{
color: #26C927;
}
</style>
background-color css
<style>
a { background-color: #26C927; }
a { background-color: rgb(38,201,39); }
div.DivClassName
{
background-color: #26C927;
}
.BgClassName
{
background-color: #26C927;
}
</style>
border-color css
<style>
span { border-color: #26C927; }
span { border-color: rgb(38,201,39); }
td.TdClassName
{
border-color: #26C927;
}
.TagClassName
{
border-color: #26C927;
}
</style>