#44D051

Color #44D051 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #44D051

Tints of Lime Green #44D051

Color information

#44D051 (or 0x44D051) is unknown color: approx Lime Green. HEX triplet: 44, D0 and 51. RGB value is (68,208,81). Sum of RGB (Red+Green+Blue) = 68+208+81=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #44D051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D051 is #BB2FAE. Grayscale: #989898. Windows color (decimal): -12267439 or 5361732. OLE color: 5361732.

HSL color Cylindrical-coordinate representation of color #44D051: hue angle of 125.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D051 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB6820881-
CMYK0.6700.610.18
HSL125.57º59.83%54.12%-
HSV(B)125.57º67.31%81.57%-
XYZ26.4246.9315.45-
YUV151.6688.1268.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 208 (81.64% from 255) = 58.26%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=19.05%
G=58.26%
B=22.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68208810.6700.610.18125.5759.8354.12
Hex44D0514303D127e3c36
Octal104320121103075221767466
Binary100010011010000101000110000110111101100101111110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44D051; }

 p { color: rgb(68,208,81); }

 H1.HeaderClassName
 {
   color: #44D051;
 }
 .AnyTagClassName
 {
   color: #44D051;
 }
</style>
background-color css

<style>
 a { background-color: #44D051; }

 a { background-color: rgb(68,208,81); }

 div.DivClassName
 {
   background-color: #44D051;
 }
 .BgClassName
 {
   background-color: #44D051;
 }
</style>
border-color css

<style>
 span { border-color: #44D051; }

 span { border-color: rgb(68,208,81); }

 td.TdClassName
 {
   border-color: #44D051;
 }
 .TagClassName
 {
   border-color: #44D051;
 }
</style>