Shades of Lime Green #44EF43
Tints of Lime Green #44EF43
RGB
CMYK
RGB Variations
Color information
#44EF43 (or 0x44EF43) is known color: Lime Green. HEX triplet: 44, EF and 43. RGB value is (68,239,67). Sum of RGB (Red+Green+Blue) = 68+239+67=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 239 (93.75% from 255 or 63.90% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 239 - color contains mainly: green. Hex color #44EF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EF43 is #BB10BC. Grayscale: #A8A8A8. Windows color (decimal): -12259517 or 4452164. OLE color: 4452164.
HSL color Cylindrical-coordinate representation of color #44EF43: hue angle of 119.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EF43 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 67 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.06 |
| HSL | 119.65º | 0.84% | 0.6% | - |
| HSV(B) | 119.65º | 0.72% | 0.94% | - |
| XYZ | 34.26 | 63.37 | 15.74 | - |
| YUV | 168.26 | 70.85 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 67 | 0.72 | 0 | 0.72 | 0.06 | 119.65 | 0.84 | 0.6 |
| Hex | 44 | EF | 43 | 48 | 0 | 48 | 6 | 78 | 54 | 3C |
| Octal | 104 | 357 | 103 | 110 | 0 | 110 | 6 | 170 | 124 | 74 |
| Binary | 1000100 | 11101111 | 1000011 | 1001000 | 0 | 1001000 | 110 | 1111000 | 1010100 | 111100 |
Color Harmonies of #44EF43
Complementary color
Monochromatic Colors of #44EF43
Black with #44EF43
Text Example
Text Example
White with #44EF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EF43; }
p { color: rgb(68,239,67); }
H1.HeaderClassName
{
color: #44EF43;
}
.AnyTagClassName
{
color: #44EF43;
}
</style>
background-color css
<style>
a { background-color: #44EF43; }
a { background-color: rgb(68,239,67); }
div.DivClassName
{
background-color: #44EF43;
}
.BgClassName
{
background-color: #44EF43;
}
</style>
border-color css
<style>
span { border-color: #44EF43; }
span { border-color: rgb(68,239,67); }
td.TdClassName
{
border-color: #44EF43;
}
.TagClassName
{
border-color: #44EF43;
}
</style>