#44CA31

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

Shades of Lime Green #44CA31

Tints of Lime Green #44CA31

Color information

#44CA31 (or 0x44CA31) is unknown color: approx Lime Green. HEX triplet: 44, CA and 31. RGB value is (68,202,49). Sum of RGB (Red+Green+Blue) = 68+202+49=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA31 is #BB35CE. Grayscale: #909090. Windows color (decimal): -12269007 or 3263044. OLE color: 3263044.

HSL color Cylindrical-coordinate representation of color #44CA31: hue angle of 112.55º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44CA31 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB6820249-
CMYK0.6600.760.21
HSL112.55º60.96%49.22%-
HSV(B)112.55º75.74%79.22%-
XYZ24.0643.6910.07-
YUV144.4974.1173.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 202 (79.30% from 255) = 63.32%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=21.32%
G=63.32%
B=15.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202490.6600.760.21112.5560.9649.22
Hex44CA314204C15713d31
Octal104312611020114251617561
Binary100010011001010110001100001001001100101011110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,202,49); }

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

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

 a { background-color: rgb(68,202,49); }

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

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

 span { border-color: rgb(68,202,49); }

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