Shades of Lime Green #44C838
Tints of Lime Green #44C838
RGB
CMYK
RGB Variations
Color information
#44C838 (or 0x44C838) is known color: Lime Green. HEX triplet: 44, C8 and 38. RGB value is (68,200,56). Sum of RGB (Red+Green+Blue) = 68+200+56=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #44C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C838 is #BB37C7. Grayscale: #909090. Windows color (decimal): -12269512 or 3721284. OLE color: 3721284.
HSL color Cylindrical-coordinate representation of color #44C838: hue angle of 115º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44C838 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 56 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.22 |
| HSL | 115º | 0.57% | 0.5% | - |
| HSV(B) | 115º | 0.72% | 0.78% | - |
| XYZ | 23.75 | 42.82 | 10.76 | - |
| YUV | 144.12 | 78.27 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 56 | 0.66 | 0 | 0.72 | 0.22 | 115 | 0.57 | 0.5 |
| Hex | 44 | C8 | 38 | 42 | 0 | 48 | 16 | 73 | 39 | 32 |
| Octal | 104 | 310 | 70 | 102 | 0 | 110 | 26 | 163 | 71 | 62 |
| Binary | 1000100 | 11001000 | 111000 | 1000010 | 0 | 1001000 | 10110 | 1110011 | 111001 | 110010 |
Color Harmonies of #44C838
Complementary color
Monochromatic Colors of #44C838
Black with #44C838
Text Example
Text Example
White with #44C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C838; }
p { color: rgb(68,200,56); }
H1.HeaderClassName
{
color: #44C838;
}
.AnyTagClassName
{
color: #44C838;
}
</style>
background-color css
<style>
a { background-color: #44C838; }
a { background-color: rgb(68,200,56); }
div.DivClassName
{
background-color: #44C838;
}
.BgClassName
{
background-color: #44C838;
}
</style>
border-color css
<style>
span { border-color: #44C838; }
span { border-color: rgb(68,200,56); }
td.TdClassName
{
border-color: #44C838;
}
.TagClassName
{
border-color: #44C838;
}
</style>