Html Css Color HEX #3EDD40 Lime Green

📋 copy color: '#3EDD40'

red 62 ◦ green 221 ◦ blue 64

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

Shades of Lime Green #3EDD40

Tints of Lime Green #3EDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 63.69%

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

R = 17.87%
G = 63.69%
B = 18.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#3EDD40 (or 0x3EDD40) is known color: Lime Green. HEX triplet: 3E, DD and 40. RGB value is (62,221,64). Sum of RGB (Red+Green+Blue) = 62+221+64=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 221 (86.72% from 255 or 63.69% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD40 is #C122BF. Grayscale: #9C9C9C. Windows color (decimal): -12657344 or 4250942. OLE color: 4250942.

HSL color Cylindrical-coordinate representation of color #3EDD40: hue angle of 120.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD40 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 221 64 -
CMYK 0.72 0 0.71 0.13
HSL 120.75º 0.7% 0.55% -
HSV(B) 120.75º 0.72% 0.87% -
XYZ 28.77 53.11 13.58 -
YUV 155.56 76.32 61.27 -
System Red Green Blue C M Y K H S L
Decimal 62 221 64 0.72 0 0.71 0.13 120.75 0.7 0.55
Hex 3E DD 40 48 0 47 D 79 46 37
Octal 76 335 100 110 0 107 15 171 106 67
Binary 111110 11011101 1000000 1001000 0 1000111 1101 1111001 1000110 110111

Color Harmonies of #3EDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDD40

Black with #3EDD40

Text Example


Text Example

White with #3EDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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