Shades of Lime Green #44CE26
Tints of Lime Green #44CE26
RGB
CMYK
RGB Variations
Color information
#44CE26 (or 0x44CE26) is known color: Lime Green. HEX triplet: 44, CE and 26. RGB value is (68,206,38). Sum of RGB (Red+Green+Blue) = 68+206+38=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE26 is #BB31D9. Grayscale: #929292. Windows color (decimal): -12267994 or 2543172. OLE color: 2543172.
HSL color Cylindrical-coordinate representation of color #44CE26: hue angle of 109.29º 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 #44CE26 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 38 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.19 |
| HSL | 109.29º | 0.69% | 0.48% | - |
| HSV(B) | 109.29º | 0.82% | 0.81% | - |
| XYZ | 24.81 | 45.51 | 9.31 | - |
| YUV | 145.59 | 67.28 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 38 | 0.67 | 0 | 0.82 | 0.19 | 109.29 | 0.69 | 0.48 |
| Hex | 44 | CE | 26 | 43 | 0 | 52 | 13 | 6D | 45 | 30 |
| Octal | 104 | 316 | 46 | 103 | 0 | 122 | 23 | 155 | 105 | 60 |
| Binary | 1000100 | 11001110 | 100110 | 1000011 | 0 | 1010010 | 10011 | 1101101 | 1000101 | 110000 |
Color Harmonies of #44CE26
Complementary color
Monochromatic Colors of #44CE26
Black with #44CE26
Text Example
Text Example
White with #44CE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE26; }
p { color: rgb(68,206,38); }
H1.HeaderClassName
{
color: #44CE26;
}
.AnyTagClassName
{
color: #44CE26;
}
</style>
background-color css
<style>
a { background-color: #44CE26; }
a { background-color: rgb(68,206,38); }
div.DivClassName
{
background-color: #44CE26;
}
.BgClassName
{
background-color: #44CE26;
}
</style>
border-color css
<style>
span { border-color: #44CE26; }
span { border-color: rgb(68,206,38); }
td.TdClassName
{
border-color: #44CE26;
}
.TagClassName
{
border-color: #44CE26;
}
</style>