Shades of Lime Green #44CE4B
Tints of Lime Green #44CE4B
RGB
CMYK
RGB Variations
Color information
#44CE4B (or 0x44CE4B) is known color: Lime Green. HEX triplet: 44, CE and 4B. RGB value is (68,206,75). Sum of RGB (Red+Green+Blue) = 68+206+75=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE4B is #BB31B4. Grayscale: #969696. Windows color (decimal): -12267957 or 4968004. OLE color: 4968004.
HSL color Cylindrical-coordinate representation of color #44CE4B: hue angle of 123.04º degrees, saturation: 0.58, 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 #44CE4B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 75 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.19 |
| HSL | 123.04º | 0.58% | 0.54% | - |
| HSV(B) | 123.04º | 0.67% | 0.81% | - |
| XYZ | 25.73 | 45.88 | 14.16 | - |
| YUV | 149.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 75 | 0.67 | 0 | 0.64 | 0.19 | 123.04 | 0.58 | 0.54 |
| Hex | 44 | CE | 4B | 43 | 0 | 40 | 13 | 7B | 3A | 36 |
| Octal | 104 | 316 | 113 | 103 | 0 | 100 | 23 | 173 | 72 | 66 |
| Binary | 1000100 | 11001110 | 1001011 | 1000011 | 0 | 1000000 | 10011 | 1111011 | 111010 | 110110 |
Color Harmonies of #44CE4B
Complementary color
Monochromatic Colors of #44CE4B
Black with #44CE4B
Text Example
Text Example
White with #44CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE4B; }
p { color: rgb(68,206,75); }
H1.HeaderClassName
{
color: #44CE4B;
}
.AnyTagClassName
{
color: #44CE4B;
}
</style>
background-color css
<style>
a { background-color: #44CE4B; }
a { background-color: rgb(68,206,75); }
div.DivClassName
{
background-color: #44CE4B;
}
.BgClassName
{
background-color: #44CE4B;
}
</style>
border-color css
<style>
span { border-color: #44CE4B; }
span { border-color: rgb(68,206,75); }
td.TdClassName
{
border-color: #44CE4B;
}
.TagClassName
{
border-color: #44CE4B;
}
</style>