Shades of Lime Green #44CF53
Tints of Lime Green #44CF53
RGB
CMYK
RGB Variations
Color information
#44CF53 (or 0x44CF53) is known color: Lime Green. HEX triplet: 44, CF and 53. RGB value is (68,207,83). Sum of RGB (Red+Green+Blue) = 68+207+83=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CF53 is #BB30AC. Grayscale: #979797. Windows color (decimal): -12267693 or 5492548. OLE color: 5492548.
HSL color Cylindrical-coordinate representation of color #44CF53: hue angle of 126.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF53 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 83 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.19 |
| HSL | 126.47º | 0.59% | 0.54% | - |
| HSV(B) | 126.47º | 0.67% | 0.81% | - |
| XYZ | 26.26 | 46.48 | 15.77 | - |
| YUV | 151.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 83 | 0.67 | 0 | 0.60 | 0.19 | 126.47 | 0.59 | 0.54 |
| Hex | 44 | CF | 53 | 43 | 0 | 3C | 13 | 7E | 3B | 36 |
| Octal | 104 | 317 | 123 | 103 | 0 | 74 | 23 | 176 | 73 | 66 |
| Binary | 1000100 | 11001111 | 1010011 | 1000011 | 0 | 111100 | 10011 | 1111110 | 111011 | 110110 |
Color Harmonies of #44CF53
Complementary color
Monochromatic Colors of #44CF53
Black with #44CF53
Text Example
Text Example
White with #44CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF53; }
p { color: rgb(68,207,83); }
H1.HeaderClassName
{
color: #44CF53;
}
.AnyTagClassName
{
color: #44CF53;
}
</style>
background-color css
<style>
a { background-color: #44CF53; }
a { background-color: rgb(68,207,83); }
div.DivClassName
{
background-color: #44CF53;
}
.BgClassName
{
background-color: #44CF53;
}
</style>
border-color css
<style>
span { border-color: #44CF53; }
span { border-color: rgb(68,207,83); }
td.TdClassName
{
border-color: #44CF53;
}
.TagClassName
{
border-color: #44CF53;
}
</style>