Shades of Lime Green #44C341
Tints of Lime Green #44C341
RGB
CMYK
RGB Variations
Color information
#44C341 (or 0x44C341) is known color: Lime Green. HEX triplet: 44, C3 and 41. RGB value is (68,195,65). Sum of RGB (Red+Green+Blue) = 68+195+65=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #44C341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C341 is #BB3CBE. Grayscale: #8E8E8E. Windows color (decimal): -12270783 or 4309828. OLE color: 4309828.
HSL color Cylindrical-coordinate representation of color #44C341: hue angle of 118.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44C341 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 65 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.24 |
| HSL | 118.62º | 0.52% | 0.51% | - |
| HSV(B) | 118.62º | 0.67% | 0.76% | - |
| XYZ | 22.85 | 40.64 | 11.64 | - |
| YUV | 142.21 | 84.42 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 65 | 0.65 | 0 | 0.67 | 0.24 | 118.62 | 0.52 | 0.51 |
| Hex | 44 | C3 | 41 | 41 | 0 | 43 | 18 | 77 | 34 | 33 |
| Octal | 104 | 303 | 101 | 101 | 0 | 103 | 30 | 167 | 64 | 63 |
| Binary | 1000100 | 11000011 | 1000001 | 1000001 | 0 | 1000011 | 11000 | 1110111 | 110100 | 110011 |
Color Harmonies of #44C341
Complementary color
Monochromatic Colors of #44C341
Black with #44C341
Text Example
Text Example
White with #44C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C341; }
p { color: rgb(68,195,65); }
H1.HeaderClassName
{
color: #44C341;
}
.AnyTagClassName
{
color: #44C341;
}
</style>
background-color css
<style>
a { background-color: #44C341; }
a { background-color: rgb(68,195,65); }
div.DivClassName
{
background-color: #44C341;
}
.BgClassName
{
background-color: #44C341;
}
</style>
border-color css
<style>
span { border-color: #44C341; }
span { border-color: rgb(68,195,65); }
td.TdClassName
{
border-color: #44C341;
}
.TagClassName
{
border-color: #44C341;
}
</style>