Shades of Lime Green #44ED33
Tints of Lime Green #44ED33
RGB
CMYK
RGB Variations
Color information
#44ED33 (or 0x44ED33) is known color: Lime Green. HEX triplet: 44, ED and 33. RGB value is (68,237,51). Sum of RGB (Red+Green+Blue) = 68+237+51=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44ED33 is #BB12CC. Grayscale: #A5A5A5. Windows color (decimal): -12260045 or 3403076. OLE color: 3403076.
HSL color Cylindrical-coordinate representation of color #44ED33: hue angle of 114.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44ED33 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 237 | 51 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.07 |
| HSL | 114.52º | 0.84% | 0.56% | - |
| HSV(B) | 114.52º | 0.78% | 0.93% | - |
| XYZ | 33.27 | 62.04 | 13.35 | - |
| YUV | 165.27 | 63.51 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 237 | 51 | 0.71 | 0 | 0.78 | 0.07 | 114.52 | 0.84 | 0.56 |
| Hex | 44 | ED | 33 | 47 | 0 | 4E | 7 | 73 | 54 | 38 |
| Octal | 104 | 355 | 63 | 107 | 0 | 116 | 7 | 163 | 124 | 70 |
| Binary | 1000100 | 11101101 | 110011 | 1000111 | 0 | 1001110 | 111 | 1110011 | 1010100 | 111000 |
Color Harmonies of #44ED33
Complementary color
Monochromatic Colors of #44ED33
Black with #44ED33
Text Example
Text Example
White with #44ED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ED33; }
p { color: rgb(68,237,51); }
H1.HeaderClassName
{
color: #44ED33;
}
.AnyTagClassName
{
color: #44ED33;
}
</style>
background-color css
<style>
a { background-color: #44ED33; }
a { background-color: rgb(68,237,51); }
div.DivClassName
{
background-color: #44ED33;
}
.BgClassName
{
background-color: #44ED33;
}
</style>
border-color css
<style>
span { border-color: #44ED33; }
span { border-color: rgb(68,237,51); }
td.TdClassName
{
border-color: #44ED33;
}
.TagClassName
{
border-color: #44ED33;
}
</style>