Html Css Color HEX #3EE320 Lime Green

📋 copy color: '#3EE320'

red 62 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #3EE320

Tints of Lime Green #3EE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 70.72%

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

R = 19.31%
G = 70.72%
B = 9.97%

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

#3EE320 (or 0x3EE320) is known color: Lime Green. HEX triplet: 3E, E3 and 20. RGB value is (62,227,32). Sum of RGB (Red+Green+Blue) = 62+227+32=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #3EE320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE320 is #C11CDF. Grayscale: #9C9C9C. Windows color (decimal): -12655840 or 2155326. OLE color: 2155326.

HSL color Cylindrical-coordinate representation of color #3EE320: hue angle of 110.77º degrees, saturation: 0.78, 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 #3EE320 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 227 32 -
CMYK 0.73 0 0.86 0.11
HSL 110.77º 0.78% 0.51% -
HSV(B) 110.77º 0.86% 0.89% -
XYZ 29.72 56.07 10.62 -
YUV 155.44 58.34 61.36 -
System Red Green Blue C M Y K H S L
Decimal 62 227 32 0.73 0 0.86 0.11 110.77 0.78 0.51
Hex 3E E3 20 49 0 56 B 6F 4E 33
Octal 76 343 40 111 0 126 13 157 116 63
Binary 111110 11100011 100000 1001001 0 1010110 1011 1101111 1001110 110011

Color Harmonies of #3EE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE320

Black with #3EE320

Text Example


Text Example

White with #3EE320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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