Shades of Lime Green #44E33C
Tints of Lime Green #44E33C
RGB
CMYK
RGB Variations
Color information
#44E33C (or 0x44E33C) is known color: Lime Green. HEX triplet: 44, E3 and 3C. RGB value is (68,227,60). Sum of RGB (Red+Green+Blue) = 68+227+60=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #44E33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E33C is #BB1CC3. Grayscale: #A0A0A0. Windows color (decimal): -12262596 or 3990340. OLE color: 3990340.
HSL color Cylindrical-coordinate representation of color #44E33C: hue angle of 117.13º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44E33C is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 60 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.11 |
| HSL | 117.13º | 0.75% | 0.56% | - |
| HSV(B) | 117.13º | 0.74% | 0.89% | - |
| XYZ | 30.67 | 56.49 | 13.56 | - |
| YUV | 160.42 | 71.32 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 60 | 0.70 | 0 | 0.74 | 0.11 | 117.13 | 0.75 | 0.56 |
| Hex | 44 | E3 | 3C | 46 | 0 | 4A | B | 75 | 4B | 38 |
| Octal | 104 | 343 | 74 | 106 | 0 | 112 | 13 | 165 | 113 | 70 |
| Binary | 1000100 | 11100011 | 111100 | 1000110 | 0 | 1001010 | 1011 | 1110101 | 1001011 | 111000 |
Color Harmonies of #44E33C
Complementary color
Monochromatic Colors of #44E33C
Black with #44E33C
Text Example
Text Example
White with #44E33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E33C; }
p { color: rgb(68,227,60); }
H1.HeaderClassName
{
color: #44E33C;
}
.AnyTagClassName
{
color: #44E33C;
}
</style>
background-color css
<style>
a { background-color: #44E33C; }
a { background-color: rgb(68,227,60); }
div.DivClassName
{
background-color: #44E33C;
}
.BgClassName
{
background-color: #44E33C;
}
</style>
border-color css
<style>
span { border-color: #44E33C; }
span { border-color: rgb(68,227,60); }
td.TdClassName
{
border-color: #44E33C;
}
.TagClassName
{
border-color: #44E33C;
}
</style>