#44C74A

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

Shades of Lime Green #44C74A

Tints of Lime Green #44C74A

Color information

#44C74A (or 0x44C74A) is unknown color: approx Lime Green. HEX triplet: 44, C7 and 4A. RGB value is (68,199,74). Sum of RGB (Red+Green+Blue) = 68+199+74=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 199 (78.12% from 255 or 58.36% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 199 - color contains mainly: green. Hex color #44C74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C74A is #BB38B5. Grayscale: #919191. Windows color (decimal): -12269750 or 4900676. OLE color: 4900676.

HSL color Cylindrical-coordinate representation of color #44C74A: hue angle of 122.75º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C74A is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB6819974-
CMYK0.6600.630.22
HSL122.75º53.91%52.35%-
HSV(B)122.75º65.83%78.04%-
XYZ24.0442.5713.43-
YUV145.5887.672.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 199 (78.12% from 255) = 58.36%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=19.94%
G=58.36%
B=21.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal68199740.6600.630.22122.7553.9152.35
Hex44C74A4203F167b3634
Octal104307112102077261736664
Binary100010011000111100101010000100111111101101111011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,199,74); }

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

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

 a { background-color: rgb(68,199,74); }

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

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

 span { border-color: rgb(68,199,74); }

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