Shades of Lime Green #44C342
Tints of Lime Green #44C342
RGB
CMYK
RGB Variations
Color information
#44C342 (or 0x44C342) is known color: Lime Green. HEX triplet: 44, C3 and 42. RGB value is (68,195,66). Sum of RGB (Red+Green+Blue) = 68+195+66=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #44C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C342 is #BB3CBD. Grayscale: #8E8E8E. Windows color (decimal): -12270782 or 4375364. OLE color: 4375364.
HSL color Cylindrical-coordinate representation of color #44C342: hue angle of 119.07º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C342 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 66 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.24 |
| HSL | 119.07º | 0.52% | 0.51% | - |
| HSV(B) | 119.07º | 0.66% | 0.76% | - |
| XYZ | 22.88 | 40.65 | 11.79 | - |
| YUV | 142.32 | 84.92 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 66 | 0.65 | 0 | 0.66 | 0.24 | 119.07 | 0.52 | 0.51 |
| Hex | 44 | C3 | 42 | 41 | 0 | 42 | 18 | 77 | 34 | 33 |
| Octal | 104 | 303 | 102 | 101 | 0 | 102 | 30 | 167 | 64 | 63 |
| Binary | 1000100 | 11000011 | 1000010 | 1000001 | 0 | 1000010 | 11000 | 1110111 | 110100 | 110011 |
Color Harmonies of #44C342
Complementary color
Monochromatic Colors of #44C342
Black with #44C342
Text Example
Text Example
White with #44C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C342; }
p { color: rgb(68,195,66); }
H1.HeaderClassName
{
color: #44C342;
}
.AnyTagClassName
{
color: #44C342;
}
</style>
background-color css
<style>
a { background-color: #44C342; }
a { background-color: rgb(68,195,66); }
div.DivClassName
{
background-color: #44C342;
}
.BgClassName
{
background-color: #44C342;
}
</style>
border-color css
<style>
span { border-color: #44C342; }
span { border-color: rgb(68,195,66); }
td.TdClassName
{
border-color: #44C342;
}
.TagClassName
{
border-color: #44C342;
}
</style>