Shades of Lime Green #44CE2B
Tints of Lime Green #44CE2B
RGB
CMYK
RGB Variations
Color information
#44CE2B (or 0x44CE2B) is known color: Lime Green. HEX triplet: 44, CE and 2B. RGB value is (68,206,43). Sum of RGB (Red+Green+Blue) = 68+206+43=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 206 (80.86% from 255 or 64.98% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE2B is #BB31D4. Grayscale: #929292. Windows color (decimal): -12267989 or 2870852. OLE color: 2870852.
HSL color Cylindrical-coordinate representation of color #44CE2B: hue angle of 110.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44CE2B is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 43 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.19 |
| HSL | 110.8º | 0.65% | 0.49% | - |
| HSV(B) | 110.8º | 0.79% | 0.81% | - |
| XYZ | 24.89 | 45.55 | 9.76 | - |
| YUV | 146.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 43 | 0.67 | 0 | 0.79 | 0.19 | 110.8 | 0.65 | 0.49 |
| Hex | 44 | CE | 2B | 43 | 0 | 4F | 13 | 6F | 41 | 31 |
| Octal | 104 | 316 | 53 | 103 | 0 | 117 | 23 | 157 | 101 | 61 |
| Binary | 1000100 | 11001110 | 101011 | 1000011 | 0 | 1001111 | 10011 | 1101111 | 1000001 | 110001 |
Color Harmonies of #44CE2B
Complementary color
Monochromatic Colors of #44CE2B
Black with #44CE2B
Text Example
Text Example
White with #44CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE2B; }
p { color: rgb(68,206,43); }
H1.HeaderClassName
{
color: #44CE2B;
}
.AnyTagClassName
{
color: #44CE2B;
}
</style>
background-color css
<style>
a { background-color: #44CE2B; }
a { background-color: rgb(68,206,43); }
div.DivClassName
{
background-color: #44CE2B;
}
.BgClassName
{
background-color: #44CE2B;
}
</style>
border-color css
<style>
span { border-color: #44CE2B; }
span { border-color: rgb(68,206,43); }
td.TdClassName
{
border-color: #44CE2B;
}
.TagClassName
{
border-color: #44CE2B;
}
</style>