Html Css Color HEX #3FD82C Lime Green

📋 copy color: '#3FD82C'

red 63 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #3FD82C

Tints of Lime Green #3FD82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 19.5%
G = 66.87%
B = 13.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#3FD82C (or 0x3FD82C) is known color: Lime Green. HEX triplet: 3F, D8 and 2C. RGB value is (63,216,44). Sum of RGB (Red+Green+Blue) = 63+216+44=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD82C is #C027D3. Grayscale: #979797. Windows color (decimal): -12593108 or 2938943. OLE color: 2938943.

HSL color Cylindrical-coordinate representation of color #3FD82C: hue angle of 113.37º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FD82C is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 216 44 -
CMYK 0.71 0 0.80 0.15
HSL 113.37º 0.69% 0.51% -
HSV(B) 113.37º 0.8% 0.85% -
XYZ 27.06 50.35 10.68 -
YUV 150.65 67.81 65.49 -
System Red Green Blue C M Y K H S L
Decimal 63 216 44 0.71 0 0.80 0.15 113.37 0.69 0.51
Hex 3F D8 2C 47 0 50 F 71 45 33
Octal 77 330 54 107 0 120 17 161 105 63
Binary 111111 11011000 101100 1000111 0 1010000 1111 1110001 1000101 110011

Color Harmonies of #3FD82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD82C

Black with #3FD82C

Text Example


Text Example

White with #3FD82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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