Shades of Lime Green #44C931
Tints of Lime Green #44C931
RGB
CMYK
RGB Variations
Color information
#44C931 (or 0x44C931) is known color: Lime Green. HEX triplet: 44, C9 and 31. RGB value is (68,201,49). Sum of RGB (Red+Green+Blue) = 68+201+49=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #44C931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C931 is #BB36CE. Grayscale: #909090. Windows color (decimal): -12269263 or 3262788. OLE color: 3262788.
HSL color Cylindrical-coordinate representation of color #44C931: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44C931 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 49 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.21 |
| HSL | 112.5º | 0.61% | 0.49% | - |
| HSV(B) | 112.5º | 0.76% | 0.79% | - |
| XYZ | 23.82 | 43.22 | 9.99 | - |
| YUV | 143.91 | 74.44 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 49 | 0.66 | 0 | 0.76 | 0.21 | 112.5 | 0.61 | 0.49 |
| Hex | 44 | C9 | 31 | 42 | 0 | 4C | 15 | 70 | 3D | 31 |
| Octal | 104 | 311 | 61 | 102 | 0 | 114 | 25 | 160 | 75 | 61 |
| Binary | 1000100 | 11001001 | 110001 | 1000010 | 0 | 1001100 | 10101 | 1110000 | 111101 | 110001 |
Color Harmonies of #44C931
Complementary color
Monochromatic Colors of #44C931
Black with #44C931
Text Example
Text Example
White with #44C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C931; }
p { color: rgb(68,201,49); }
H1.HeaderClassName
{
color: #44C931;
}
.AnyTagClassName
{
color: #44C931;
}
</style>
background-color css
<style>
a { background-color: #44C931; }
a { background-color: rgb(68,201,49); }
div.DivClassName
{
background-color: #44C931;
}
.BgClassName
{
background-color: #44C931;
}
</style>
border-color css
<style>
span { border-color: #44C931; }
span { border-color: rgb(68,201,49); }
td.TdClassName
{
border-color: #44C931;
}
.TagClassName
{
border-color: #44C931;
}
</style>