Html Css Color HEX #3EE126 Lime Green

📋 copy color: '#3EE126'

red 62 ◦ green 225 ◦ blue 38

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

Shades of Lime Green #3EE126

Tints of Lime Green #3EE126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 19.08%
G = 69.23%
B = 11.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#3EE126 (or 0x3EE126) is known color: Lime Green. HEX triplet: 3E, E1 and 26. RGB value is (62,225,38). Sum of RGB (Red+Green+Blue) = 62+225+38=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE126 is #C11ED9. Grayscale: #9B9B9B. Windows color (decimal): -12656346 or 2548030. OLE color: 2548030.

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

Color convert

RGB 62 225 38 -
CMYK 0.72 0 0.83 0.12
HSL 112.3º 0.76% 0.52% -
HSV(B) 112.3º 0.83% 0.88% -
XYZ 29.26 55.01 10.91 -
YUV 154.95 62 61.71 -
System Red Green Blue C M Y K H S L
Decimal 62 225 38 0.72 0 0.83 0.12 112.3 0.76 0.52
Hex 3E E1 26 48 0 53 C 70 4C 34
Octal 76 341 46 110 0 123 14 160 114 64
Binary 111110 11100001 100110 1001000 0 1010011 1100 1110000 1001100 110100

Color Harmonies of #3EE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE126

Black with #3EE126

Text Example


Text Example

White with #3EE126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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