Html Css Color HEX #3FCE50 Lime Green

📋 copy color: '#3FCE50'

red 63 ◦ green 206 ◦ blue 80

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

Shades of Lime Green #3FCE50

Tints of Lime Green #3FCE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.03%

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

R = 18.05%
G = 59.03%
B = 22.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#3FCE50 (or 0x3FCE50) is known color: Lime Green. HEX triplet: 3F, CE and 50. RGB value is (63,206,80). Sum of RGB (Red+Green+Blue) = 63+206+80=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCE50 is #C031AF. Grayscale: #959595. Windows color (decimal): -12595632 or 5295679. OLE color: 5295679.

HSL color Cylindrical-coordinate representation of color #3FCE50: hue angle of 127.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCE50 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 206 80 -
CMYK 0.69 0 0.61 0.19
HSL 127.13º 0.59% 0.53% -
HSV(B) 127.13º 0.69% 0.81% -
XYZ 25.57 45.78 15.08 -
YUV 148.88 89.12 66.75 -
System Red Green Blue C M Y K H S L
Decimal 63 206 80 0.69 0 0.61 0.19 127.13 0.59 0.53
Hex 3F CE 50 45 0 3D 13 7F 3B 35
Octal 77 316 120 105 0 75 23 177 73 65
Binary 111111 11001110 1010000 1000101 0 111101 10011 1111111 111011 110101

Color Harmonies of #3FCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCE50

Black with #3FCE50

Text Example


Text Example

White with #3FCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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