Html Css Color HEX #4EDF32 Lime Green

📋 copy color: '#4EDF32'

red 78 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #4EDF32

Tints of Lime Green #4EDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.53%

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

R = 22.22%
G = 63.53%
B = 14.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#4EDF32 (or 0x4EDF32) is known color: Lime Green. HEX triplet: 4E, DF and 32. RGB value is (78,223,50). Sum of RGB (Red+Green+Blue) = 78+223+50=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF32 is #B120CD. Grayscale: #A0A0A0. Windows color (decimal): -11608270 or 3333966. OLE color: 3333966.

HSL color Cylindrical-coordinate representation of color #4EDF32: hue angle of 110.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4EDF32 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 223 50 -
CMYK 0.65 0 0.78 0.13
HSL 110.29º 0.73% 0.54% -
HSV(B) 110.29º 0.78% 0.87% -
XYZ 30.11 54.63 11.97 -
YUV 159.92 65.96 69.57 -
System Red Green Blue C M Y K H S L
Decimal 78 223 50 0.65 0 0.78 0.13 110.29 0.73 0.54
Hex 4E DF 32 41 0 4E D 6E 49 36
Octal 116 337 62 101 0 116 15 156 111 66
Binary 1001110 11011111 110010 1000001 0 1001110 1101 1101110 1001001 110110

Color Harmonies of #4EDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDF32

Black with #4EDF32

Text Example


Text Example

White with #4EDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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