Html Css Color HEX #3EE220 Lime Green

📋 copy color: '#3EE220'

red 62 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #3EE220

Tints of Lime Green #3EE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.63%

 BLUE value IS 32 (12.89% from 255) = 10%

R = 19.38%
G = 70.63%
B = 10%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#3EE220 (or 0x3EE220) is known color: Lime Green. HEX triplet: 3E, E2 and 20. RGB value is (62,226,32). Sum of RGB (Red+Green+Blue) = 62+226+32=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 226 (88.67% from 255 or 70.62% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE220 is #C11DDF. Grayscale: #9B9B9B. Windows color (decimal): -12656096 or 2155070. OLE color: 2155070.

HSL color Cylindrical-coordinate representation of color #3EE220: hue angle of 110.72º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3EE220 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 226 32 -
CMYK 0.73 0 0.86 0.11
HSL 110.72º 0.77% 0.51% -
HSV(B) 110.72º 0.86% 0.89% -
XYZ 29.44 55.52 10.53 -
YUV 154.85 58.67 61.77 -
System Red Green Blue C M Y K H S L
Decimal 62 226 32 0.73 0 0.86 0.11 110.72 0.77 0.51
Hex 3E E2 20 49 0 56 B 6F 4D 33
Octal 76 342 40 111 0 126 13 157 115 63
Binary 111110 11100010 100000 1001001 0 1010110 1011 1101111 1001101 110011

Color Harmonies of #3EE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE220

Black with #3EE220

Text Example


Text Example

White with #3EE220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,226,32); }

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

background-color css

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

 a { background-color: rgb(62,226,32); }

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

border-color css

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

 span { border-color: rgb(62,226,32); }

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