Html Css Color HEX #3EE12A Lime Green

📋 copy color: '#3EE12A'

red 62 ◦ green 225 ◦ blue 42

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

Shades of Lime Green #3EE12A

Tints of Lime Green #3EE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.39%

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 18.84%
G = 68.39%
B = 12.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#3EE12A (or 0x3EE12A) is known color: Lime Green. HEX triplet: 3E, E1 and 2A. RGB value is (62,225,42). Sum of RGB (Red+Green+Blue) = 62+225+42=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE12A is #C11ED5. Grayscale: #9B9B9B. Windows color (decimal): -12656342 or 2810174. OLE color: 2810174.

HSL color Cylindrical-coordinate representation of color #3EE12A: hue angle of 113.44º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EE12A is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 225 42 -
CMYK 0.72 0 0.81 0.12
HSL 113.44º 0.75% 0.52% -
HSV(B) 113.44º 0.81% 0.88% -
XYZ 29.33 55.04 11.27 -
YUV 155.4 64 61.38 -
System Red Green Blue C M Y K H S L
Decimal 62 225 42 0.72 0 0.81 0.12 113.44 0.75 0.52
Hex 3E E1 2A 48 0 51 C 71 4B 34
Octal 76 341 52 110 0 121 14 161 113 64
Binary 111110 11100001 101010 1001000 0 1010001 1100 1110001 1001011 110100

Color Harmonies of #3EE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE12A

Black with #3EE12A

Text Example


Text Example

White with #3EE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,225,42); }

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

background-color css

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

 a { background-color: rgb(62,225,42); }

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

border-color css

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

 span { border-color: rgb(62,225,42); }

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