Shades of Lime Green #26CE42
Tints of Lime Green #26CE42
RGB
CMYK
RGB Variations
Color information
#26CE42 (or 0x26CE42) is known color: Lime Green. HEX triplet: 26, CE and 42. RGB value is (38,206,66). Sum of RGB (Red+Green+Blue) = 38+206+66=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE42 is #D931BD. Grayscale: #8C8C8C. Windows color (decimal): -14234046 or 4378150. OLE color: 4378150.
HSL color Cylindrical-coordinate representation of color #26CE42: hue angle of 130º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE42 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 66 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.19 |
| HSL | 130º | 0.69% | 0.48% | - |
| HSV(B) | 130º | 0.82% | 0.81% | - |
| XYZ | 23.85 | 44.95 | 12.57 | - |
| YUV | 139.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 66 | 0.82 | 0 | 0.68 | 0.19 | 130 | 0.69 | 0.48 |
| Hex | 26 | CE | 42 | 52 | 0 | 44 | 13 | 82 | 45 | 30 |
| Octal | 46 | 316 | 102 | 122 | 0 | 104 | 23 | 202 | 105 | 60 |
| Binary | 100110 | 11001110 | 1000010 | 1010010 | 0 | 1000100 | 10011 | 10000010 | 1000101 | 110000 |
Color Harmonies of #26CE42
Complementary color
Monochromatic Colors of #26CE42
Black with #26CE42
Text Example
Text Example
White with #26CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE42; }
p { color: rgb(38,206,66); }
H1.HeaderClassName
{
color: #26CE42;
}
.AnyTagClassName
{
color: #26CE42;
}
</style>
background-color css
<style>
a { background-color: #26CE42; }
a { background-color: rgb(38,206,66); }
div.DivClassName
{
background-color: #26CE42;
}
.BgClassName
{
background-color: #26CE42;
}
</style>
border-color css
<style>
span { border-color: #26CE42; }
span { border-color: rgb(38,206,66); }
td.TdClassName
{
border-color: #26CE42;
}
.TagClassName
{
border-color: #26CE42;
}
</style>