Html Css Color HEX #4EDF41 Lime Green

📋 copy color: '#4EDF41'

red 78 ◦ green 223 ◦ blue 65

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

Shades of Lime Green #4EDF41

Tints of Lime Green #4EDF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 21.31%
G = 60.93%
B = 17.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#4EDF41 (or 0x4EDF41) is known color: Lime Green. HEX triplet: 4E, DF and 41. RGB value is (78,223,65). Sum of RGB (Red+Green+Blue) = 78+223+65=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDF41 is #B120BE. Grayscale: #A2A2A2. Windows color (decimal): -11608255 or 4317006. OLE color: 4317006.

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

Color convert

RGB 78 223 65 -
CMYK 0.65 0 0.71 0.13
HSL 115.06º 0.71% 0.56% -
HSV(B) 115.06º 0.71% 0.87% -
XYZ 30.48 54.78 13.97 -
YUV 161.63 73.46 68.35 -
System Red Green Blue C M Y K H S L
Decimal 78 223 65 0.65 0 0.71 0.13 115.06 0.71 0.56
Hex 4E DF 41 41 0 47 D 73 47 38
Octal 116 337 101 101 0 107 15 163 107 70
Binary 1001110 11011111 1000001 1000001 0 1000111 1101 1110011 1000111 111000

Color Harmonies of #4EDF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDF41

Black with #4EDF41

Text Example


Text Example

White with #4EDF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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