Html Css Color HEX #3ED04A Lime Green

📋 copy color: '#3ED04A'

red 62 ◦ green 208 ◦ blue 74

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

Shades of Lime Green #3ED04A

Tints of Lime Green #3ED04A

RGB

 RED value IS 62 (24.61% from 255) = 18.02%

 GREEN value IS 208 (81.64% from 255) = 60.47%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 18.02%
G = 60.47%
B = 21.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#3ED04A (or 0x3ED04A) is known color: Lime Green. HEX triplet: 3E, D0 and 4A. RGB value is (62,208,74). Sum of RGB (Red+Green+Blue) = 62+208+74=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED04A is #C12FB5. Grayscale: #959595. Windows color (decimal): -12660662 or 4902974. OLE color: 4902974.

HSL color Cylindrical-coordinate representation of color #3ED04A: hue angle of 124.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED04A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 208 74 -
CMYK 0.70 0 0.64 0.18
HSL 124.93º 0.61% 0.53% -
HSV(B) 124.93º 0.7% 0.82% -
XYZ 25.78 46.63 14.12 -
YUV 149.07 85.63 65.9 -
System Red Green Blue C M Y K H S L
Decimal 62 208 74 0.70 0 0.64 0.18 124.93 0.61 0.53
Hex 3E D0 4A 46 0 40 12 7D 3D 35
Octal 76 320 112 106 0 100 22 175 75 65
Binary 111110 11010000 1001010 1000110 0 1000000 10010 1111101 111101 110101

Color Harmonies of #3ED04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED04A

Black with #3ED04A

Text Example


Text Example

White with #3ED04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ED04A; }

 p { color: rgb(62,208,74); }

 H1.HeaderClassName
 {
   color: #3ED04A;
 }
 .AnyTagClassName
 {
   color: #3ED04A;
 }
</style>

background-color css

<style>
 a { background-color: #3ED04A; }

 a { background-color: rgb(62,208,74); }

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

border-color css

<style>
 span { border-color: #3ED04A; }

 span { border-color: rgb(62,208,74); }

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