Shades of Lime Green #44CE34
Tints of Lime Green #44CE34
RGB
CMYK
RGB Variations
Color information
#44CE34 (or 0x44CE34) is known color: Lime Green. HEX triplet: 44, CE and 34. RGB value is (68,206,52). Sum of RGB (Red+Green+Blue) = 68+206+52=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #44CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CE34 is #BB31CB. Grayscale: #939393. Windows color (decimal): -12267980 or 3460676. OLE color: 3460676.
HSL color Cylindrical-coordinate representation of color #44CE34: hue angle of 113.77º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44CE34 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 206 | 52 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.19 |
| HSL | 113.77º | 0.61% | 0.51% | - |
| HSV(B) | 113.77º | 0.75% | 0.81% | - |
| XYZ | 25.08 | 45.62 | 10.73 | - |
| YUV | 147.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 206 | 52 | 0.67 | 0 | 0.75 | 0.19 | 113.77 | 0.61 | 0.51 |
| Hex | 44 | CE | 34 | 43 | 0 | 4B | 13 | 72 | 3D | 33 |
| Octal | 104 | 316 | 64 | 103 | 0 | 113 | 23 | 162 | 75 | 63 |
| Binary | 1000100 | 11001110 | 110100 | 1000011 | 0 | 1001011 | 10011 | 1110010 | 111101 | 110011 |
Color Harmonies of #44CE34
Complementary color
Monochromatic Colors of #44CE34
Black with #44CE34
Text Example
Text Example
White with #44CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CE34; }
p { color: rgb(68,206,52); }
H1.HeaderClassName
{
color: #44CE34;
}
.AnyTagClassName
{
color: #44CE34;
}
</style>
background-color css
<style>
a { background-color: #44CE34; }
a { background-color: rgb(68,206,52); }
div.DivClassName
{
background-color: #44CE34;
}
.BgClassName
{
background-color: #44CE34;
}
</style>
border-color css
<style>
span { border-color: #44CE34; }
span { border-color: rgb(68,206,52); }
td.TdClassName
{
border-color: #44CE34;
}
.TagClassName
{
border-color: #44CE34;
}
</style>