Shades of Lime Green #44C933
Tints of Lime Green #44C933
RGB
CMYK
RGB Variations
Color information
#44C933 (or 0x44C933) is known color: Lime Green. HEX triplet: 44, C9 and 33. RGB value is (68,201,51). Sum of RGB (Red+Green+Blue) = 68+201+51=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #44C933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C933 is #BB36CC. Grayscale: #909090. Windows color (decimal): -12269261 or 3393860. OLE color: 3393860.
HSL color Cylindrical-coordinate representation of color #44C933: hue angle of 113.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44C933 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 51 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.21 |
| HSL | 113.2º | 0.6% | 0.49% | - |
| HSV(B) | 113.2º | 0.75% | 0.79% | - |
| XYZ | 23.87 | 43.24 | 10.22 | - |
| YUV | 144.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 51 | 0.66 | 0 | 0.75 | 0.21 | 113.2 | 0.6 | 0.49 |
| Hex | 44 | C9 | 33 | 42 | 0 | 4B | 15 | 71 | 3C | 31 |
| Octal | 104 | 311 | 63 | 102 | 0 | 113 | 25 | 161 | 74 | 61 |
| Binary | 1000100 | 11001001 | 110011 | 1000010 | 0 | 1001011 | 10101 | 1110001 | 111100 | 110001 |
Color Harmonies of #44C933
Complementary color
Monochromatic Colors of #44C933
Black with #44C933
Text Example
Text Example
White with #44C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C933; }
p { color: rgb(68,201,51); }
H1.HeaderClassName
{
color: #44C933;
}
.AnyTagClassName
{
color: #44C933;
}
</style>
background-color css
<style>
a { background-color: #44C933; }
a { background-color: rgb(68,201,51); }
div.DivClassName
{
background-color: #44C933;
}
.BgClassName
{
background-color: #44C933;
}
</style>
border-color css
<style>
span { border-color: #44C933; }
span { border-color: rgb(68,201,51); }
td.TdClassName
{
border-color: #44C933;
}
.TagClassName
{
border-color: #44C933;
}
</style>