#44D232

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

Shades of Lime Green #44D232

Tints of Lime Green #44D232

Color information

#44D232 (or 0x44D232) is unknown color: approx Lime Green. HEX triplet: 44, D2 and 32. RGB value is (68,210,50). Sum of RGB (Red+Green+Blue) = 68+210+50=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #44D232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D232 is #BB2DCD. Grayscale: #959595. Windows color (decimal): -12266958 or 3330628. OLE color: 3330628.

HSL color Cylindrical-coordinate representation of color #44D232: hue angle of 113.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44D232 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB6821050-
CMYK0.6800.760.18
HSL113.25º64%50.98%-
HSV(B)113.25º76.19%82.35%-
XYZ26.0147.5510.83-
YUV149.371.9670.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 210 (82.42% from 255) = 64.02%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=20.73%
G=64.02%
B=15.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal68210500.6800.760.18113.256450.98
Hex44D2324404C12714033
Octal1043226210401142216110063
Binary1000100110100101100101000100010011001001011100011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,210,50); }

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

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

 a { background-color: rgb(68,210,50); }

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

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

 span { border-color: rgb(68,210,50); }

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