Html Css Color HEX #3FD655 Lime Green

📋 copy color: '#3FD655'

red 63 ◦ green 214 ◦ blue 85

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

Shades of Lime Green #3FD655

Tints of Lime Green #3FD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.12%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 17.4%
G = 59.12%
B = 23.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#3FD655 (or 0x3FD655) is known color: Lime Green. HEX triplet: 3F, D6 and 55. RGB value is (63,214,85). Sum of RGB (Red+Green+Blue) = 63+214+85=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD655 is #C029AA. Grayscale: #9A9A9A. Windows color (decimal): -12593579 or 5625407. OLE color: 5625407.

HSL color Cylindrical-coordinate representation of color #3FD655: hue angle of 128.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD655 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 214 85 -
CMYK 0.71 0 0.60 0.16
HSL 128.74º 0.65% 0.54% -
HSV(B) 128.74º 0.71% 0.84% -
XYZ 27.74 49.81 16.75 -
YUV 154.15 88.97 62.99 -
System Red Green Blue C M Y K H S L
Decimal 63 214 85 0.71 0 0.60 0.16 128.74 0.65 0.54
Hex 3F D6 55 47 0 3C 10 81 41 36
Octal 77 326 125 107 0 74 20 201 101 66
Binary 111111 11010110 1010101 1000111 0 111100 10000 10000001 1000001 110110

Color Harmonies of #3FD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD655

Black with #3FD655

Text Example


Text Example

White with #3FD655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,214,85); }

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

background-color css

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

 a { background-color: rgb(63,214,85); }

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

border-color css

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

 span { border-color: rgb(63,214,85); }

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