#4CC53A

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

Shades of Lime Green #4CC53A

Tints of Lime Green #4CC53A

Color information

#4CC53A (or 0x4CC53A) is unknown color: approx Lime Green. HEX triplet: 4C, C5 and 3A. RGB value is (76,197,58). Sum of RGB (Red+Green+Blue) = 76+197+58=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC53A is #B33AC5. Grayscale: #919191. Windows color (decimal): -11745990 or 3851596. OLE color: 3851596.

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

Color convert

RGB7619758-
CMYK0.6100.710.23
HSL112.23º54.51%50%-
HSV(B)112.23º70.56%77.25%-
XYZ23.7141.7710.82-
YUV144.9878.9178.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 197 (77.34% from 255) = 59.52%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=22.96%
G=59.52%
B=17.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76197580.6100.710.23112.2354.5150
Hex4CC53A3D04717703732
Octal11430572750107271606762
Binary10011001100010111101011110101000111101111110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,197,58); }

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

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

 a { background-color: rgb(76,197,58); }

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

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

 span { border-color: rgb(76,197,58); }

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