Shades of Lime Green #44C02F
Tints of Lime Green #44C02F
RGB
CMYK
RGB Variations
Color information
#44C02F (or 0x44C02F) is known color: Lime Green. HEX triplet: 44, C0 and 2F. RGB value is (68,192,47). Sum of RGB (Red+Green+Blue) = 68+192+47=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #44C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C02F is #BB3FD0. Grayscale: #8A8A8A. Windows color (decimal): -12271569 or 3129412. OLE color: 3129412.
HSL color Cylindrical-coordinate representation of color #44C02F: hue angle of 111.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44C02F is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 47 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.25 |
| HSL | 111.31º | 0.61% | 0.47% | - |
| HSV(B) | 111.31º | 0.76% | 0.75% | - |
| XYZ | 21.75 | 39.13 | 9.1 | - |
| YUV | 138.39 | 76.42 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 47 | 0.65 | 0 | 0.76 | 0.25 | 111.31 | 0.61 | 0.47 |
| Hex | 44 | C0 | 2F | 41 | 0 | 4C | 19 | 6F | 3D | 2F |
| Octal | 104 | 300 | 57 | 101 | 0 | 114 | 31 | 157 | 75 | 57 |
| Binary | 1000100 | 11000000 | 101111 | 1000001 | 0 | 1001100 | 11001 | 1101111 | 111101 | 101111 |
Color Harmonies of #44C02F
Complementary color
Monochromatic Colors of #44C02F
Black with #44C02F
Text Example
Text Example
White with #44C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C02F; }
p { color: rgb(68,192,47); }
H1.HeaderClassName
{
color: #44C02F;
}
.AnyTagClassName
{
color: #44C02F;
}
</style>
background-color css
<style>
a { background-color: #44C02F; }
a { background-color: rgb(68,192,47); }
div.DivClassName
{
background-color: #44C02F;
}
.BgClassName
{
background-color: #44C02F;
}
</style>
border-color css
<style>
span { border-color: #44C02F; }
span { border-color: rgb(68,192,47); }
td.TdClassName
{
border-color: #44C02F;
}
.TagClassName
{
border-color: #44C02F;
}
</style>