Shades of Lime Green #44C92C
Tints of Lime Green #44C92C
RGB
CMYK
RGB Variations
Color information
#44C92C (or 0x44C92C) is known color: Lime Green. HEX triplet: 44, C9 and 2C. RGB value is (68,201,44). Sum of RGB (Red+Green+Blue) = 68+201+44=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #44C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C92C is #BB36D3. Grayscale: #8F8F8F. Windows color (decimal): -12269268 or 2935108. OLE color: 2935108.
HSL color Cylindrical-coordinate representation of color #44C92C: hue angle of 110.83º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44C92C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 44 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.21 |
| HSL | 110.83º | 0.64% | 0.48% | - |
| HSV(B) | 110.83º | 0.78% | 0.79% | - |
| XYZ | 23.73 | 43.18 | 9.47 | - |
| YUV | 143.34 | 71.94 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 44 | 0.66 | 0 | 0.78 | 0.21 | 110.83 | 0.64 | 0.48 |
| Hex | 44 | C9 | 2C | 42 | 0 | 4E | 15 | 6F | 40 | 30 |
| Octal | 104 | 311 | 54 | 102 | 0 | 116 | 25 | 157 | 100 | 60 |
| Binary | 1000100 | 11001001 | 101100 | 1000010 | 0 | 1001110 | 10101 | 1101111 | 1000000 | 110000 |
Color Harmonies of #44C92C
Complementary color
Monochromatic Colors of #44C92C
Black with #44C92C
Text Example
Text Example
White with #44C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C92C; }
p { color: rgb(68,201,44); }
H1.HeaderClassName
{
color: #44C92C;
}
.AnyTagClassName
{
color: #44C92C;
}
</style>
background-color css
<style>
a { background-color: #44C92C; }
a { background-color: rgb(68,201,44); }
div.DivClassName
{
background-color: #44C92C;
}
.BgClassName
{
background-color: #44C92C;
}
</style>
border-color css
<style>
span { border-color: #44C92C; }
span { border-color: rgb(68,201,44); }
td.TdClassName
{
border-color: #44C92C;
}
.TagClassName
{
border-color: #44C92C;
}
</style>