Html Css Color HEX #4EF03D Lime Green

📋 copy color: '#4EF03D'

red 78 ◦ green 240 ◦ blue 61

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

Shades of Lime Green #4EF03D

Tints of Lime Green #4EF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 20.58%
G = 63.32%
B = 16.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#4EF03D (or 0x4EF03D) is known color: Lime Green. HEX triplet: 4E, F0 and 3D. RGB value is (78,240,61). Sum of RGB (Red+Green+Blue) = 78+240+61=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF03D is #B10FC2. Grayscale: #ABABAB. Windows color (decimal): -11603907 or 4059214. OLE color: 4059214.

HSL color Cylindrical-coordinate representation of color #4EF03D: hue angle of 114.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4EF03D is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 240 61 -
CMYK 0.68 0 0.75 0.06
HSL 114.3º 0.86% 0.59% -
HSV(B) 114.3º 0.75% 0.94% -
XYZ 35.14 64.28 14.97 -
YUV 171.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 78 240 61 0.68 0 0.75 0.06 114.3 0.86 0.59
Hex 4E F0 3D 44 0 4B 6 72 56 3B
Octal 116 360 75 104 0 113 6 162 126 73
Binary 1001110 11110000 111101 1000100 0 1001011 110 1110010 1010110 111011

Color Harmonies of #4EF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF03D

Black with #4EF03D

Text Example


Text Example

White with #4EF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,240,61); }

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

background-color css

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

 a { background-color: rgb(78,240,61); }

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

border-color css

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

 span { border-color: rgb(78,240,61); }

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