Html Css Color HEX #3EC340 Lime Green

📋 copy color: '#3EC340'

red 62 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #3EC340

Tints of Lime Green #3EC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.75%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 19.31%
G = 60.75%
B = 19.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3EC340 (or 0x3EC340) is known color: Lime Green. HEX triplet: 3E, C3 and 40. RGB value is (62,195,64). Sum of RGB (Red+Green+Blue) = 62+195+64=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 195 (76.56% from 255 or 60.75% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 195 - color contains mainly: green. Hex color #3EC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC340 is #C13CBF. Grayscale: #8C8C8C. Windows color (decimal): -12664000 or 4244286. OLE color: 4244286.

HSL color Cylindrical-coordinate representation of color #3EC340: hue angle of 120.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC340 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 62 195 64 -
CMYK 0.68 0 0.67 0.24
HSL 120.9º 0.53% 0.5% -
HSV(B) 120.9º 0.68% 0.76% -
XYZ 22.43 40.42 11.47 -
YUV 140.3 84.94 72.15 -
System Red Green Blue C M Y K H S L
Decimal 62 195 64 0.68 0 0.67 0.24 120.9 0.53 0.5
Hex 3E C3 40 44 0 43 18 79 35 32
Octal 76 303 100 104 0 103 30 171 65 62
Binary 111110 11000011 1000000 1000100 0 1000011 11000 1111001 110101 110010

Color Harmonies of #3EC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC340

Black with #3EC340

Text Example


Text Example

White with #3EC340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,195,64); }

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

background-color css

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

 a { background-color: rgb(62,195,64); }

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

border-color css

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

 span { border-color: rgb(62,195,64); }

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