Html Css Color HEX #3EDF50 Lime Green

📋 copy color: '#3EDF50'

red 62 ◦ green 223 ◦ blue 80

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

Shades of Lime Green #3EDF50

Tints of Lime Green #3EDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.1%

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

R = 16.99%
G = 61.1%
B = 21.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#3EDF50 (or 0x3EDF50) is known color: Lime Green. HEX triplet: 3E, DF and 50. RGB value is (62,223,80). Sum of RGB (Red+Green+Blue) = 62+223+80=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDF50 is #C120AF. Grayscale: #9E9E9E. Windows color (decimal): -12656816 or 5300030. OLE color: 5300030.

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

Color convert

RGB 62 223 80 -
CMYK 0.72 0 0.64 0.13
HSL 126.71º 0.72% 0.56% -
HSV(B) 126.71º 0.72% 0.87% -
XYZ 29.82 54.38 16.51 -
YUV 158.56 83.66 59.13 -
System Red Green Blue C M Y K H S L
Decimal 62 223 80 0.72 0 0.64 0.13 126.71 0.72 0.56
Hex 3E DF 50 48 0 40 D 7F 48 38
Octal 76 337 120 110 0 100 15 177 110 70
Binary 111110 11011111 1010000 1001000 0 1000000 1101 1111111 1001000 111000

Color Harmonies of #3EDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDF50

Black with #3EDF50

Text Example


Text Example

White with #3EDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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