Html Css Color HEX #3FD842 Lime Green

📋 copy color: '#3FD842'

red 63 ◦ green 216 ◦ blue 66

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

Shades of Lime Green #3FD842

Tints of Lime Green #3FD842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 18.26%
G = 62.61%
B = 19.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#3FD842 (or 0x3FD842) is known color: Lime Green. HEX triplet: 3F, D8 and 42. RGB value is (63,216,66). Sum of RGB (Red+Green+Blue) = 63+216+66=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD842 is #C027BD. Grayscale: #999999. Windows color (decimal): -12593086 or 4380735. OLE color: 4380735.

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

Color convert

RGB 63 216 66 -
CMYK 0.71 0 0.69 0.15
HSL 121.18º 0.66% 0.55% -
HSV(B) 121.18º 0.71% 0.85% -
XYZ 27.59 50.56 13.46 -
YUV 153.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 63 216 66 0.71 0 0.69 0.15 121.18 0.66 0.55
Hex 3F D8 42 47 0 45 F 79 42 37
Octal 77 330 102 107 0 105 17 171 102 67
Binary 111111 11011000 1000010 1000111 0 1000101 1111 1111001 1000010 110111

Color Harmonies of #3FD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD842

Black with #3FD842

Text Example


Text Example

White with #3FD842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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