#4CC74A

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

Shades of Lime Green #4CC74A

Tints of Lime Green #4CC74A

Color information

#4CC74A (or 0x4CC74A) is unknown color: approx Lime Green. HEX triplet: 4C, C7 and 4A. RGB value is (76,199,74). Sum of RGB (Red+Green+Blue) = 76+199+74=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC74A is #B338B5. Grayscale: #949494. Windows color (decimal): -11745462 or 4900684. OLE color: 4900684.

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

Color convert

RGB7619974-
CMYK0.6200.630.22
HSL119.04º52.74%53.53%-
HSV(B)119.04º62.81%78.04%-
XYZ24.6442.8813.46-
YUV147.9786.2576.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 199 (78.12% from 255) = 57.02%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=21.78%
G=57.02%
B=21.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76199740.6200.630.22119.0452.7453.53
Hex4CC74A3E03F16773536
Octal11430711276077261676566
Binary10011001100011110010101111100111111101101110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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