Html Css Color HEX #3FEB50 Lime Green

📋 copy color: '#3FEB50'

red 63 ◦ green 235 ◦ blue 80

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

Shades of Lime Green #3FEB50

Tints of Lime Green #3FEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.17%

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

R = 16.67%
G = 62.17%
B = 21.16%

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

#3FEB50 (or 0x3FEB50) is known color: Lime Green. HEX triplet: 3F, EB and 50. RGB value is (63,235,80). Sum of RGB (Red+Green+Blue) = 63+235+80=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEB50 is #C014AF. Grayscale: #A6A6A6. Windows color (decimal): -12588208 or 5303103. OLE color: 5303103.

HSL color Cylindrical-coordinate representation of color #3FEB50: hue angle of 125.93º degrees, saturation: 0.81, 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 #3FEB50 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 80 -
CMYK 0.73 0 0.66 0.08
HSL 125.93º 0.81% 0.58% -
HSV(B) 125.93º 0.73% 0.92% -
XYZ 33.21 61.05 17.62 -
YUV 165.9 79.52 54.6 -
System Red Green Blue C M Y K H S L
Decimal 63 235 80 0.73 0 0.66 0.08 125.93 0.81 0.58
Hex 3F EB 50 49 0 42 8 7E 51 3A
Octal 77 353 120 111 0 102 10 176 121 72
Binary 111111 11101011 1010000 1001001 0 1000010 1000 1111110 1010001 111010

Color Harmonies of #3FEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEB50

Black with #3FEB50

Text Example


Text Example

White with #3FEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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