#44CA4C

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

Shades of Lime Green #44CA4C

Tints of Lime Green #44CA4C

Color information

#44CA4C (or 0x44CA4C) is unknown color: approx Lime Green. HEX triplet: 44, CA and 4C. RGB value is (68,202,76). Sum of RGB (Red+Green+Blue) = 68+202+76=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA4C is #BB35B3. Grayscale: #939393. Windows color (decimal): -12268980 or 5032516. OLE color: 5032516.

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

Color convert

RGB6820276-
CMYK0.6600.620.21
HSL123.58º55.83%52.94%-
HSV(B)123.58º66.34%79.22%-
XYZ24.8143.9914.02-
YUV147.5787.6171.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 202 (79.30% from 255) = 58.38%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=19.65%
G=58.38%
B=21.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal68202760.6600.620.21123.5855.8352.94
Hex44CA4C4203E157c3835
Octal104312114102076251747065
Binary100010011001010100110010000100111110101011111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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