#4CC940

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

Shades of Lime Green #4CC940

Tints of Lime Green #4CC940

Color information

#4CC940 (or 0x4CC940) is unknown color: approx Lime Green. HEX triplet: 4C, C9 and 40. RGB value is (76,201,64). Sum of RGB (Red+Green+Blue) = 76+201+64=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC940 is #B336BF. Grayscale: #949494. Windows color (decimal): -11744960 or 4245836. OLE color: 4245836.

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

Color convert

RGB7620164-
CMYK0.6200.680.21
HSL114.74º55.92%51.96%-
HSV(B)114.74º68.16%78.82%-
XYZ24.7943.6811.97-
YUV148.0180.5976.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 201 (78.91% from 255) = 58.94%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=22.29%
G=58.94%
B=18.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76201640.6200.680.21114.7455.9251.96
Hex4CC9403E04415733834
Octal114311100760104251637064
Binary100110011001001100000011111001000100101011110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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