#44D521

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

Shades of Lime Green #44D521

Tints of Lime Green #44D521

Color information

#44D521 (or 0x44D521) is unknown color: approx Lime Green. HEX triplet: 44, D5 and 21. RGB value is (68,213,33). Sum of RGB (Red+Green+Blue) = 68+213+33=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #44D521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D521 is #BB2ADE. Grayscale: #959595. Windows color (decimal): -12266207 or 2217284. OLE color: 2217284.

HSL color Cylindrical-coordinate representation of color #44D521: hue angle of 108.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44D521 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB6821333-
CMYK0.6800.850.16
HSL108.33º73.17%48.24%-
HSV(B)108.33º84.51%83.53%-
XYZ26.4548.939.49-
YUV149.1262.4670.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 213 (83.59% from 255) = 67.83%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=21.66%
G=67.83%
B=10.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68213330.6800.850.16108.3373.1748.24
Hex44D52144055106c4930
Octal1043254110401252015411160
Binary1000100110101011000011000100010101011000011011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,33); }

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

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

 a { background-color: rgb(68,213,33); }

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

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

 span { border-color: rgb(68,213,33); }

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