#44CC4A

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

Shades of Lime Green #44CC4A

Tints of Lime Green #44CC4A

Color information

#44CC4A (or 0x44CC4A) is unknown color: approx Lime Green. HEX triplet: 44, CC and 4A. RGB value is (68,204,74). Sum of RGB (Red+Green+Blue) = 68+204+74=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CC4A is #BB33B5. Grayscale: #949494. Windows color (decimal): -12268470 or 4901956. OLE color: 4901956.

HSL color Cylindrical-coordinate representation of color #44CC4A: hue angle of 122.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC4A is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB6820474-
CMYK0.6700.640.2
HSL122.65º57.14%53.33%-
HSV(B)122.65º66.67%80%-
XYZ25.2144.9113.82-
YUV148.5285.9470.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 204 (80.08% from 255) = 58.96%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=19.65%
G=58.96%
B=21.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal68204740.6700.640.2122.6557.1453.33
Hex44CC4A43040147b3935
Octal1043141121030100241737165
Binary1000100110011001001010100001101000000101001111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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