Html Css Color HEX #3EE150 Lime Green

📋 copy color: '#3EE150'

red 62 ◦ green 225 ◦ blue 80

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

Shades of Lime Green #3EE150

Tints of Lime Green #3EE150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 16.89%
G = 61.31%
B = 21.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#3EE150 (or 0x3EE150) is known color: Lime Green. HEX triplet: 3E, E1 and 50. RGB value is (62,225,80). Sum of RGB (Red+Green+Blue) = 62+225+80=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 225 (88.28% from 255 or 61.31% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE150 is #C11EAF. Grayscale: #A0A0A0. Windows color (decimal): -12656304 or 5300542. OLE color: 5300542.

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

Color convert

RGB 62 225 80 -
CMYK 0.72 0 0.64 0.12
HSL 126.63º 0.73% 0.56% -
HSV(B) 126.63º 0.72% 0.88% -
XYZ 30.36 55.45 16.69 -
YUV 159.73 83 58.29 -
System Red Green Blue C M Y K H S L
Decimal 62 225 80 0.72 0 0.64 0.12 126.63 0.73 0.56
Hex 3E E1 50 48 0 40 C 7F 49 38
Octal 76 341 120 110 0 100 14 177 111 70
Binary 111110 11100001 1010000 1001000 0 1000000 1100 1111111 1001001 111000

Color Harmonies of #3EE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE150

Black with #3EE150

Text Example


Text Example

White with #3EE150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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