#4DC533

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

Shades of Lime Green #4DC533

Tints of Lime Green #4DC533

Color information

#4DC533 (or 0x4DC533) is unknown color: approx Lime Green. HEX triplet: 4D, C5 and 33. RGB value is (77,197,51). Sum of RGB (Red+Green+Blue) = 77+197+51=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC533 is #B23ACC. Grayscale: #909090. Windows color (decimal): -11680461 or 3392845. OLE color: 3392845.

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

Color convert

RGB7719751-
CMYK0.6100.740.23
HSL109.32º58.87%48.63%-
HSV(B)109.32º74.11%77.25%-
XYZ23.6241.759.95-
YUV144.4875.2479.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 197 (77.34% from 255) = 60.62%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=23.69%
G=60.62%
B=15.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal77197510.6100.740.23109.3258.8748.63
Hex4DC5333D04A176d3b31
Octal11530563750112271557361
Binary10011011100010111001111110101001010101111101101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,197,51); }

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

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

 a { background-color: rgb(77,197,51); }

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

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

 span { border-color: rgb(77,197,51); }

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