Html Css Color HEX #4DD52B Lime Green

📋 copy color: '#4DD52B'

red 77 ◦ green 213 ◦ blue 43

#4DD52B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4DD52B

Tints of Lime Green #4DD52B

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 value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#4DD52B (or 0x4DD52B) is known color: 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

RGB 77 213 43 -
CMYK 0.64 0 0.80 0.16
HSL 108º 0.67% 0.5% -
HSV(B) 108º 0.8% 0.84% -
XYZ 27.29 49.34 10.37 -
YUV 152.96 65.94 73.82 -
System Red Green Blue C M Y K H S L
Decimal 77 213 43 0.64 0 0.80 0.16 108 0.67 0.5
Hex 4D D5 2B 40 0 50 10 6C 43 32
Octal 115 325 53 100 0 120 20 154 103 62
Binary 1001101 11010101 101011 1000000 0 1010000 10000 1101100 1000011 110010

Color Harmonies of #4DD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD52B

Black with #4DD52B

Text Example


Text Example

White with #4DD52B

Text Example


Text Example

HTML Codes & Css Web 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>