Html Css Color HEX #3FEA50 Lime Green

📋 copy color: '#3FEA50'

red 63 ◦ green 234 ◦ blue 80

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

Shades of Lime Green #3FEA50

Tints of Lime Green #3FEA50

RGB

 RED value IS 63 (25% from 255) = 16.71%

 GREEN value IS 234 (91.8% from 255) = 62.07%

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

R = 16.71%
G = 62.07%
B = 21.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#3FEA50 (or 0x3FEA50) is known color: Lime Green. HEX triplet: 3F, EA and 50. RGB value is (63,234,80). Sum of RGB (Red+Green+Blue) = 63+234+80=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEA50 is #C015AF. Grayscale: #A5A5A5. Windows color (decimal): -12588464 or 5302847. OLE color: 5302847.

HSL color Cylindrical-coordinate representation of color #3FEA50: hue angle of 125.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA50 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 234 80 -
CMYK 0.73 0 0.66 0.08
HSL 125.96º 0.8% 0.58% -
HSV(B) 125.96º 0.73% 0.92% -
XYZ 32.92 60.48 17.53 -
YUV 165.32 79.85 55.02 -
System Red Green Blue C M Y K H S L
Decimal 63 234 80 0.73 0 0.66 0.08 125.96 0.8 0.58
Hex 3F EA 50 49 0 42 8 7E 50 3A
Octal 77 352 120 111 0 102 10 176 120 72
Binary 111111 11101010 1010000 1001001 0 1000010 1000 1111110 1010000 111010

Color Harmonies of #3FEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEA50

Black with #3FEA50

Text Example


Text Example

White with #3FEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,234,80); }

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

background-color css

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

 a { background-color: rgb(63,234,80); }

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

border-color css

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

 span { border-color: rgb(63,234,80); }

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