#4dd52b

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

Shades of Lime Green #4DD52B

Tints of Lime Green #4DD52B

Color information

#4DD52B (or 0x4DD52B) is unknown color: approx Lime Green. HEX triplet: 4D, D5 and 2B. RGB value is (77,213,43). Sum of RGB (Red+Green+Blue) = 77+213+43=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD52B is #B22AD4. Grayscale: #999999. Windows color (decimal): -11676373 or 2872653. OLE color: 2872653.

HSL color Cylindrical-coordinate representation of color #4DD52B: hue angle of 108º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DD52B is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB7721343-
CMYK0.6400.800.16
HSL108º66.93%50.2%-
HSV(B)108º79.81%83.53%-
XYZ27.2949.3410.37-
YUV152.9665.9473.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 213 (83.59% from 255) = 63.96%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=23.12%
G=63.96%
B=12.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77213430.6400.800.1610866.9350.2
Hex4DD52B40050106c4332
Octal1153255310001202015410362
Binary1001101110101011010111000000010100001000011011001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4dd52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,213,43); }

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

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

 a { background-color: rgb(77,213,43); }

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

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

 span { border-color: rgb(77,213,43); }

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