Shades of Lime Green #44CB3C
Tints of Lime Green #44CB3C
RGB
CMYK
RGB Variations
Color information
#44CB3C (or 0x44CB3C) is known color: Lime Green. HEX triplet: 44, CB and 3C. RGB value is (68,203,60). Sum of RGB (Red+Green+Blue) = 68+203+60=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CB3C is #BB34C3. Grayscale: #929292. Windows color (decimal): -12268740 or 3984196. OLE color: 3984196.
HSL color Cylindrical-coordinate representation of color #44CB3C: hue angle of 116.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44CB3C is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 60 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.20 |
| HSL | 116.64º | 0.58% | 0.52% | - |
| HSV(B) | 116.64º | 0.7% | 0.8% | - |
| XYZ | 24.56 | 44.27 | 11.53 | - |
| YUV | 146.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 60 | 0.67 | 0 | 0.70 | 0.20 | 116.64 | 0.58 | 0.52 |
| Hex | 44 | CB | 3C | 43 | 0 | 46 | 14 | 75 | 3A | 34 |
| Octal | 104 | 313 | 74 | 103 | 0 | 106 | 24 | 165 | 72 | 64 |
| Binary | 1000100 | 11001011 | 111100 | 1000011 | 0 | 1000110 | 10100 | 1110101 | 111010 | 110100 |
Color Harmonies of #44CB3C
Complementary color
Monochromatic Colors of #44CB3C
Black with #44CB3C
Text Example
Text Example
White with #44CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB3C; }
p { color: rgb(68,203,60); }
H1.HeaderClassName
{
color: #44CB3C;
}
.AnyTagClassName
{
color: #44CB3C;
}
</style>
background-color css
<style>
a { background-color: #44CB3C; }
a { background-color: rgb(68,203,60); }
div.DivClassName
{
background-color: #44CB3C;
}
.BgClassName
{
background-color: #44CB3C;
}
</style>
border-color css
<style>
span { border-color: #44CB3C; }
span { border-color: rgb(68,203,60); }
td.TdClassName
{
border-color: #44CB3C;
}
.TagClassName
{
border-color: #44CB3C;
}
</style>