Shades of Lime Green #44C83C
Tints of Lime Green #44C83C
RGB
CMYK
RGB Variations
Color information
#44C83C (or 0x44C83C) is known color: Lime Green. HEX triplet: 44, C8 and 3C. RGB value is (68,200,60). Sum of RGB (Red+Green+Blue) = 68+200+60=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #44C83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C83C is #BB37C3. Grayscale: #919191. Windows color (decimal): -12269508 or 3983428. OLE color: 3983428.
HSL color Cylindrical-coordinate representation of color #44C83C: hue angle of 116.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44C83C is Cyan = 0.66, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 60 | - |
| CMYK | 0.66 | 0 | 0.7 | 0.22 |
| HSL | 116.57º | 0.56% | 0.51% | - |
| HSV(B) | 116.57º | 0.7% | 0.78% | - |
| XYZ | 23.85 | 42.86 | 11.29 | - |
| YUV | 144.57 | 80.27 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 60 | 0.66 | 0 | 0.7 | 0.22 | 116.57 | 0.56 | 0.51 |
| Hex | 44 | C8 | 3C | 42 | 0 | 46 | 16 | 75 | 38 | 33 |
| Octal | 104 | 310 | 74 | 102 | 0 | 106 | 26 | 165 | 70 | 63 |
| Binary | 1000100 | 11001000 | 111100 | 1000010 | 0 | 1000110 | 10110 | 1110101 | 111000 | 110011 |
Color Harmonies of #44C83C
Complementary color
Monochromatic Colors of #44C83C
Black with #44C83C
Text Example
Text Example
White with #44C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C83C; }
p { color: rgb(68,200,60); }
H1.HeaderClassName
{
color: #44C83C;
}
.AnyTagClassName
{
color: #44C83C;
}
</style>
background-color css
<style>
a { background-color: #44C83C; }
a { background-color: rgb(68,200,60); }
div.DivClassName
{
background-color: #44C83C;
}
.BgClassName
{
background-color: #44C83C;
}
</style>
border-color css
<style>
span { border-color: #44C83C; }
span { border-color: rgb(68,200,60); }
td.TdClassName
{
border-color: #44C83C;
}
.TagClassName
{
border-color: #44C83C;
}
</style>