Shades of Lime Green #44CB40
Tints of Lime Green #44CB40
RGB
CMYK
RGB Variations
Color information
#44CB40 (or 0x44CB40) is known color: Lime Green. HEX triplet: 44, CB and 40. RGB value is (68,203,64). Sum of RGB (Red+Green+Blue) = 68+203+64=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CB40 is #BB34BF. Grayscale: #939393. Windows color (decimal): -12268736 or 4246340. OLE color: 4246340.
HSL color Cylindrical-coordinate representation of color #44CB40: hue angle of 118.27º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CB40 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 64 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.20 |
| HSL | 118.27º | 0.57% | 0.52% | - |
| HSV(B) | 118.27º | 0.68% | 0.8% | - |
| XYZ | 24.67 | 44.31 | 12.1 | - |
| YUV | 146.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 64 | 0.67 | 0 | 0.68 | 0.20 | 118.27 | 0.57 | 0.52 |
| Hex | 44 | CB | 40 | 43 | 0 | 44 | 14 | 76 | 39 | 34 |
| Octal | 104 | 313 | 100 | 103 | 0 | 104 | 24 | 166 | 71 | 64 |
| Binary | 1000100 | 11001011 | 1000000 | 1000011 | 0 | 1000100 | 10100 | 1110110 | 111001 | 110100 |
Color Harmonies of #44CB40
Complementary color
Monochromatic Colors of #44CB40
Black with #44CB40
Text Example
Text Example
White with #44CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CB40; }
p { color: rgb(68,203,64); }
H1.HeaderClassName
{
color: #44CB40;
}
.AnyTagClassName
{
color: #44CB40;
}
</style>
background-color css
<style>
a { background-color: #44CB40; }
a { background-color: rgb(68,203,64); }
div.DivClassName
{
background-color: #44CB40;
}
.BgClassName
{
background-color: #44CB40;
}
</style>
border-color css
<style>
span { border-color: #44CB40; }
span { border-color: rgb(68,203,64); }
td.TdClassName
{
border-color: #44CB40;
}
.TagClassName
{
border-color: #44CB40;
}
</style>