Shades of Lime Green #26C942
Tints of Lime Green #26C942
RGB
CMYK
RGB Variations
Color information
#26C942 (or 0x26C942) is known color: Lime Green. HEX triplet: 26, C9 and 42. RGB value is (38,201,66). Sum of RGB (Red+Green+Blue) = 38+201+66=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #26C942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C942 is #D936BD. Grayscale: #898989. Windows color (decimal): -14235326 or 4376870. OLE color: 4376870.
HSL color Cylindrical-coordinate representation of color #26C942: hue angle of 130.31º 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 #26C942 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 201 | 66 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.21 |
| HSL | 130.31º | 0.68% | 0.47% | - |
| HSV(B) | 130.31º | 0.81% | 0.79% | - |
| XYZ | 22.67 | 42.58 | 12.18 | - |
| YUV | 136.87 | 88 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 66 | 0.81 | 0 | 0.67 | 0.21 | 130.31 | 0.68 | 0.47 |
| Hex | 26 | C9 | 42 | 51 | 0 | 43 | 15 | 82 | 44 | 2F |
| Octal | 46 | 311 | 102 | 121 | 0 | 103 | 25 | 202 | 104 | 57 |
| Binary | 100110 | 11001001 | 1000010 | 1010001 | 0 | 1000011 | 10101 | 10000010 | 1000100 | 101111 |
Color Harmonies of #26C942
Complementary color
Monochromatic Colors of #26C942
Black with #26C942
Text Example
Text Example
White with #26C942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C942; }
p { color: rgb(38,201,66); }
H1.HeaderClassName
{
color: #26C942;
}
.AnyTagClassName
{
color: #26C942;
}
</style>
background-color css
<style>
a { background-color: #26C942; }
a { background-color: rgb(38,201,66); }
div.DivClassName
{
background-color: #26C942;
}
.BgClassName
{
background-color: #26C942;
}
</style>
border-color css
<style>
span { border-color: #26C942; }
span { border-color: rgb(38,201,66); }
td.TdClassName
{
border-color: #26C942;
}
.TagClassName
{
border-color: #26C942;
}
</style>