Html Css Color HEX #4ED532 Lime Green

📋 copy color: '#4ED532'

red 78 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #4ED532

Tints of Lime Green #4ED532

RGB

 RED value IS 78 (30.86% from 255) = 22.87%

 GREEN value IS 213 (83.59% from 255) = 62.46%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 22.87%
G = 62.46%
B = 14.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#4ED532 (or 0x4ED532) is known color: Lime Green. HEX triplet: 4E, D5 and 32. RGB value is (78,213,50). Sum of RGB (Red+Green+Blue) = 78+213+50=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED532 is #B12ACD. Grayscale: #9A9A9A. Windows color (decimal): -11610830 or 3331406. OLE color: 3331406.

HSL color Cylindrical-coordinate representation of color #4ED532: hue angle of 109.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4ED532 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 213 50 -
CMYK 0.63 0 0.77 0.16
HSL 109.69º 0.66% 0.52% -
HSV(B) 109.69º 0.77% 0.84% -
XYZ 27.51 49.44 11.11 -
YUV 154.05 69.27 73.75 -
System Red Green Blue C M Y K H S L
Decimal 78 213 50 0.63 0 0.77 0.16 109.69 0.66 0.52
Hex 4E D5 32 3F 0 4D 10 6E 42 34
Octal 116 325 62 77 0 115 20 156 102 64
Binary 1001110 11010101 110010 111111 0 1001101 10000 1101110 1000010 110100

Color Harmonies of #4ED532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED532

Black with #4ED532

Text Example


Text Example

White with #4ED532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,213,50); }

 H1.HeaderClassName
 {
   color: #4ED532;
 }
 .AnyTagClassName
 {
   color: #4ED532;
 }
</style>

background-color css

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

 a { background-color: rgb(78,213,50); }

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

border-color css

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

 span { border-color: rgb(78,213,50); }

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