Html Css Color HEX #3FD81F Lime Green

📋 copy color: '#3FD81F'

red 63 ◦ green 216 ◦ blue 31

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

Shades of Lime Green #3FD81F

Tints of Lime Green #3FD81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.68%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 20.32%
G = 69.68%
B = 10%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#3FD81F (or 0x3FD81F) is known color: Lime Green. HEX triplet: 3F, D8 and 1F. RGB value is (63,216,31). Sum of RGB (Red+Green+Blue) = 63+216+31=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD81F is #C027E0. Grayscale: #959595. Windows color (decimal): -12593121 or 2086975. OLE color: 2086975.

HSL color Cylindrical-coordinate representation of color #3FD81F: hue angle of 109.62º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FD81F is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 216 31 -
CMYK 0.71 0 0.86 0.15
HSL 109.62º 0.75% 0.48% -
HSV(B) 109.62º 0.86% 0.85% -
XYZ 26.85 50.27 9.58 -
YUV 149.16 61.31 66.54 -
System Red Green Blue C M Y K H S L
Decimal 63 216 31 0.71 0 0.86 0.15 109.62 0.75 0.48
Hex 3F D8 1F 47 0 56 F 6E 4B 30
Octal 77 330 37 107 0 126 17 156 113 60
Binary 111111 11011000 11111 1000111 0 1010110 1111 1101110 1001011 110000

Color Harmonies of #3FD81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD81F

Black with #3FD81F

Text Example


Text Example

White with #3FD81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,216,31); }

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

background-color css

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

 a { background-color: rgb(63,216,31); }

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

border-color css

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

 span { border-color: rgb(63,216,31); }

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