Shades of Lime Green #44BE3E
Tints of Lime Green #44BE3E
RGB
CMYK
RGB Variations
Color information
#44BE3E (or 0x44BE3E) is known color: Lime Green. HEX triplet: 44, BE and 3E. RGB value is (68,190,62). Sum of RGB (Red+Green+Blue) = 68+190+62=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BE3E is #BB41C1. Grayscale: #8B8B8B. Windows color (decimal): -12272066 or 4111940. OLE color: 4111940.
HSL color Cylindrical-coordinate representation of color #44BE3E: hue angle of 117.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44BE3E is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 62 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.25 |
| HSL | 117.19º | 0.51% | 0.49% | - |
| HSV(B) | 117.19º | 0.67% | 0.75% | - |
| XYZ | 21.67 | 38.4 | 10.83 | - |
| YUV | 138.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 62 | 0.64 | 0 | 0.67 | 0.25 | 117.19 | 0.51 | 0.49 |
| Hex | 44 | BE | 3E | 40 | 0 | 43 | 19 | 75 | 33 | 31 |
| Octal | 104 | 276 | 76 | 100 | 0 | 103 | 31 | 165 | 63 | 61 |
| Binary | 1000100 | 10111110 | 111110 | 1000000 | 0 | 1000011 | 11001 | 1110101 | 110011 | 110001 |
Color Harmonies of #44BE3E
Complementary color
Monochromatic Colors of #44BE3E
Black with #44BE3E
Text Example
Text Example
White with #44BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE3E; }
p { color: rgb(68,190,62); }
H1.HeaderClassName
{
color: #44BE3E;
}
.AnyTagClassName
{
color: #44BE3E;
}
</style>
background-color css
<style>
a { background-color: #44BE3E; }
a { background-color: rgb(68,190,62); }
div.DivClassName
{
background-color: #44BE3E;
}
.BgClassName
{
background-color: #44BE3E;
}
</style>
border-color css
<style>
span { border-color: #44BE3E; }
span { border-color: rgb(68,190,62); }
td.TdClassName
{
border-color: #44BE3E;
}
.TagClassName
{
border-color: #44BE3E;
}
</style>