Shades of Lime Green #26C827
Tints of Lime Green #26C827
RGB
CMYK
RGB Variations
Color information
#26C827 (or 0x26C827) is known color: Lime Green. HEX triplet: 26, C8 and 27. RGB value is (38,200,39). Sum of RGB (Red+Green+Blue) = 38+200+39=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 200 (78.52% from 255 or 72.20% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 200 - color contains mainly: green. Hex color #26C827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C827 is #D937D8. Grayscale: #858585. Windows color (decimal): -14235609 or 2607142. OLE color: 2607142.
HSL color Cylindrical-coordinate representation of color #26C827: hue angle of 120.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C827 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 200 | 39 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.22 |
| HSL | 120.37º | 0.68% | 0.47% | - |
| HSV(B) | 120.37º | 0.81% | 0.78% | - |
| XYZ | 21.82 | 41.87 | 8.85 | - |
| YUV | 133.21 | 74.83 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 200 | 39 | 0.81 | 0 | 0.80 | 0.22 | 120.37 | 0.68 | 0.47 |
| Hex | 26 | C8 | 27 | 51 | 0 | 50 | 16 | 78 | 44 | 2F |
| Octal | 46 | 310 | 47 | 121 | 0 | 120 | 26 | 170 | 104 | 57 |
| Binary | 100110 | 11001000 | 100111 | 1010001 | 0 | 1010000 | 10110 | 1111000 | 1000100 | 101111 |
Color Harmonies of #26C827
Complementary color
Monochromatic Colors of #26C827
Black with #26C827
Text Example
Text Example
White with #26C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C827; }
p { color: rgb(38,200,39); }
H1.HeaderClassName
{
color: #26C827;
}
.AnyTagClassName
{
color: #26C827;
}
</style>
background-color css
<style>
a { background-color: #26C827; }
a { background-color: rgb(38,200,39); }
div.DivClassName
{
background-color: #26C827;
}
.BgClassName
{
background-color: #26C827;
}
</style>
border-color css
<style>
span { border-color: #26C827; }
span { border-color: rgb(38,200,39); }
td.TdClassName
{
border-color: #26C827;
}
.TagClassName
{
border-color: #26C827;
}
</style>