Shades of Lime Green #44E62F
Tints of Lime Green #44E62F
RGB
CMYK
RGB Variations
Color information
#44E62F (or 0x44E62F) is known color: Lime Green. HEX triplet: 44, E6 and 2F. RGB value is (68,230,47). Sum of RGB (Red+Green+Blue) = 68+230+47=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 230 (90.23% from 255 or 66.67% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 230 - color contains mainly: green. Hex color #44E62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44E62F is #BB19D0. Grayscale: #A1A1A1. Windows color (decimal): -12261841 or 3139140. OLE color: 3139140.
HSL color Cylindrical-coordinate representation of color #44E62F: hue angle of 113.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44E62F is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 230 | 47 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.10 |
| HSL | 113.11º | 0.79% | 0.54% | - |
| HSV(B) | 113.11º | 0.8% | 0.9% | - |
| XYZ | 31.19 | 58.03 | 12.25 | - |
| YUV | 160.7 | 63.83 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 47 | 0.70 | 0 | 0.80 | 0.10 | 113.11 | 0.79 | 0.54 |
| Hex | 44 | E6 | 2F | 46 | 0 | 50 | A | 71 | 4F | 36 |
| Octal | 104 | 346 | 57 | 106 | 0 | 120 | 12 | 161 | 117 | 66 |
| Binary | 1000100 | 11100110 | 101111 | 1000110 | 0 | 1010000 | 1010 | 1110001 | 1001111 | 110110 |
Color Harmonies of #44E62F
Complementary color
Monochromatic Colors of #44E62F
Black with #44E62F
Text Example
Text Example
White with #44E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E62F; }
p { color: rgb(68,230,47); }
H1.HeaderClassName
{
color: #44E62F;
}
.AnyTagClassName
{
color: #44E62F;
}
</style>
background-color css
<style>
a { background-color: #44E62F; }
a { background-color: rgb(68,230,47); }
div.DivClassName
{
background-color: #44E62F;
}
.BgClassName
{
background-color: #44E62F;
}
</style>
border-color css
<style>
span { border-color: #44E62F; }
span { border-color: rgb(68,230,47); }
td.TdClassName
{
border-color: #44E62F;
}
.TagClassName
{
border-color: #44E62F;
}
</style>