#4CC440

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

Shades of Lime Green #4CC440

Tints of Lime Green #4CC440

Color information

#4CC440 (or 0x4CC440) is unknown color: approx Lime Green. HEX triplet: 4C, C4 and 40. RGB value is (76,196,64). Sum of RGB (Red+Green+Blue) = 76+196+64=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC440 is #B33BBF. Grayscale: #919191. Windows color (decimal): -11746240 or 4244556. OLE color: 4244556.

HSL color Cylindrical-coordinate representation of color #4CC440: hue angle of 114.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CC440 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB7619664-
CMYK0.6100.670.23
HSL114.55º52.8%50.98%-
HSV(B)114.55º67.35%76.86%-
XYZ23.6541.3911.59-
YUV145.0782.2478.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 196 (76.95% from 255) = 58.33%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=22.62%
G=58.33%
B=19.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76196640.6100.670.23114.5552.850.98
Hex4CC4403D04317733533
Octal114304100750103271636563
Binary100110011000100100000011110101000011101111110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,196,64); }

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

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

 a { background-color: rgb(76,196,64); }

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

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

 span { border-color: rgb(76,196,64); }

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