Shades of Lime Green #44F938
Tints of Lime Green #44F938
RGB
CMYK
RGB Variations
Color information
#44F938 (or 0x44F938) is known color: Lime Green. HEX triplet: 44, F9 and 38. RGB value is (68,249,56). Sum of RGB (Red+Green+Blue) = 68+249+56=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #44F938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F938 is #BB06C7. Grayscale: #ADADAD. Windows color (decimal): -12256968 or 3733828. OLE color: 3733828.
HSL color Cylindrical-coordinate representation of color #44F938: hue angle of 116.27º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44F938 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 56 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.02 |
| HSL | 116.27º | 0.94% | 0.6% | - |
| HSV(B) | 116.27º | 0.78% | 0.98% | - |
| XYZ | 36.97 | 69.27 | 15.16 | - |
| YUV | 172.88 | 62.03 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 56 | 0.73 | 0 | 0.78 | 0.02 | 116.27 | 0.94 | 0.6 |
| Hex | 44 | F9 | 38 | 49 | 0 | 4E | 2 | 74 | 5E | 3C |
| Octal | 104 | 371 | 70 | 111 | 0 | 116 | 2 | 164 | 136 | 74 |
| Binary | 1000100 | 11111001 | 111000 | 1001001 | 0 | 1001110 | 10 | 1110100 | 1011110 | 111100 |
Color Harmonies of #44F938
Complementary color
Monochromatic Colors of #44F938
Black with #44F938
Text Example
Text Example
White with #44F938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F938; }
p { color: rgb(68,249,56); }
H1.HeaderClassName
{
color: #44F938;
}
.AnyTagClassName
{
color: #44F938;
}
</style>
background-color css
<style>
a { background-color: #44F938; }
a { background-color: rgb(68,249,56); }
div.DivClassName
{
background-color: #44F938;
}
.BgClassName
{
background-color: #44F938;
}
</style>
border-color css
<style>
span { border-color: #44F938; }
span { border-color: rgb(68,249,56); }
td.TdClassName
{
border-color: #44F938;
}
.TagClassName
{
border-color: #44F938;
}
</style>