Html Css Color HEX #3EDC41 Lime Green

📋 copy color: '#3EDC41'

red 62 ◦ green 220 ◦ blue 65

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

Shades of Lime Green #3EDC41

Tints of Lime Green #3EDC41

RGB

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

 GREEN value IS 220 (86.33% from 255) = 63.4%

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

R = 17.87%
G = 63.4%
B = 18.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#3EDC41 (or 0x3EDC41) is known color: Lime Green. HEX triplet: 3E, DC and 41. RGB value is (62,220,65). Sum of RGB (Red+Green+Blue) = 62+220+65=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC41 is #C123BE. Grayscale: #9B9B9B. Windows color (decimal): -12657599 or 4316222. OLE color: 4316222.

HSL color Cylindrical-coordinate representation of color #3EDC41: hue angle of 121.14º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC41 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 220 65 -
CMYK 0.72 0 0.70 0.14
HSL 121.14º 0.69% 0.55% -
HSV(B) 121.14º 0.72% 0.86% -
XYZ 28.53 52.59 13.65 -
YUV 155.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 62 220 65 0.72 0 0.70 0.14 121.14 0.69 0.55
Hex 3E DC 41 48 0 46 E 79 45 37
Octal 76 334 101 110 0 106 16 171 105 67
Binary 111110 11011100 1000001 1001000 0 1000110 1110 1111001 1000101 110111

Color Harmonies of #3EDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDC41

Black with #3EDC41

Text Example


Text Example

White with #3EDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,220,65); }

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

background-color css

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

 a { background-color: rgb(62,220,65); }

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

border-color css

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

 span { border-color: rgb(62,220,65); }

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