#4CC144

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

Shades of Lime Green #4CC144

Tints of Lime Green #4CC144

Color information

#4CC144 (or 0x4CC144) is unknown color: approx Lime Green. HEX triplet: 4C, C1 and 44. RGB value is (76,193,68). Sum of RGB (Red+Green+Blue) = 76+193+68=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC144 is #B33EBB. Grayscale: #909090. Windows color (decimal): -11747004 or 4505932. OLE color: 4505932.

HSL color Cylindrical-coordinate representation of color #4CC144: hue angle of 116.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC144 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB7619368-
CMYK0.6100.650.24
HSL116.16º50.2%51.18%-
HSV(B)116.16º64.77%75.69%-
XYZ23.0940.0911.99-
YUV143.7785.2479.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.55%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=22.55%
G=57.27%
B=20.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76193680.6100.650.24116.1650.251.18
Hex4CC1443D04118743233
Octal114301104750101301646263
Binary100110011000001100010011110101000001110001110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC144; }

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

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

<style>
 a { background-color: #4CC144; }

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

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

<style>
 span { border-color: #4CC144; }

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

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